ImapMessageInfo.HasBodyHtml Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
HasBodyHtml
Gets the value indicating whether the HTML body of the message was retrieved.
Declaration
public bool HasBodyHtml { get; }
Property Value
Type | Description |
---|---|
Boolean | A value indicating whether the HTML 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).