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.26106.1555
Syntax
MimeText HtmlData { get; }

Property Value

MimeText
See Also