ImapMessageInfo.BodyHtml Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
BodyHtml
Gets the HTML body of the message, or an empty string if no HTML body was retrieved
Declaration
public string BodyHtml { get; }
Property Value
Type | Description |
---|---|
String | The HTML body of the message. |
Remarks
This field is only set if the ImapListFields.Body options was specified in a call to GetMessageList(ImapListFields) or GetMessageInfo(String, ImapListFields).