ImapMessageInfo.HasBodyText Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
HasBodyText
Gets the value indicating whether the text body of the message was retrieved.
Declaration
public bool HasBodyText { get; }
Property Value
Type | Description |
---|---|
Boolean | A value indicating whether the text body of the message was retrieved. |
Remarks
This field is only set if the ImapListFields.Body options was specified in a call to GetMessageList(ImapListFields) or GetMessageInfo(String, ImapListFields).