Gets the value indicating whether the HTML body of the message was retrieved.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property HasBodyHtml As Boolean Get |
| C# |
|---|
public bool HasBodyHtml { get; } |
Field Value
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).