Click or drag to resize

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; }

Property Value

Type: MimeText
See Also