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