Click or drag to resize

IMailHtml Property

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.26106.1555
Syntax
string Html { get; }

Property Value

String
See Also