ImapMessageInfo.HasAttachment Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
HasAttachment
Returns a value indicating whether the message has an attachment (or more attachments).
Declaration
public bool HasAttachment { get; }
Property Value
Type | Description |
---|---|
Boolean | True if message has attachment; false if no attachments. |
Remarks
This field is only set if the ImapListFields.AttachmentInfo option was specified in a call to GetMessageList(ImapListFields) or GetMessageInfo(String, ImapListFields).