Click or drag to resize

IMailHtmlDataString Property

Note: This API is now obsolete.

Gets HTML data of this email message. You can use GetTextFromHtml method to extract plain text from HTML content.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
[ObsoleteAttribute("Please use Html property instead")]
string HtmlDataString { get; }

Property Value

Type: String
See Also