| IMailHtmlData Property |
Gets the object representing 'text/html' body of this email message. May be
null if no HTML data is present.
You may use
Html as a shortcut to retrieve HTML text.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax MimeText HtmlData { get; }
ReadOnly Property HtmlData As MimeText
Get
property MimeText^ HtmlData {
MimeText^ get ();
}
abstract HtmlData : MimeText with get
Property Value
Type:
MimeTextSee Also