IMessageHtmlBody Property |
Gets or sets a html formatted message body
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxstring HtmlBody { get; set; }
Property HtmlBody As String
Get
Set
property String^ HtmlBody {
String^ get ();
void set (String^ value);
}
abstract HtmlBody : string with get, set
Property Value
Type:
String
See Also