Gets HTML version of this email message. You can use GetTextFromHtml()()()() method to extract plain text from HTML content. You can also use GetBodyAsText()()()() or GetBodyAsHtml()()()() to obtain body in a specific format.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
string Html { get; }
Visual Basic
ReadOnly Property Html As String
	Get
Visual C++
property String^ Html {
	String^ get ();
}

See Also