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.26106.1555
Syntax
[ObsoleteAttribute("Please use Html property instead")]
string HtmlDataString { get; }

Property Value

String
See Also