MailMessageIsBodyHtml Property |
Gets or sets a value indicating
whether the message body is in Html
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic virtual bool IsBodyHtml { get; set; }
Public Overridable Property IsBodyHtml As Boolean
Get
Set
public:
virtual property bool IsBodyHtml {
bool get ();
void set (bool value);
}
abstract IsBodyHtml : bool with get, set
override IsBodyHtml : bool with get, set
Property Value
Type:
Boolean
See Also