MailMessageHtmlBodyText Property |
Gets the message htmlbody as plain text.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string HtmlBodyText { get; }
Public ReadOnly Property HtmlBodyText As String
Get
public:
property String^ HtmlBodyText {
String^ get ();
}
member HtmlBodyText : string with get
Property Value
Type:
String
See Also