| 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; }
<ObsoleteAttribute("Please use Html property instead")>
ReadOnly Property HtmlDataString As String
Get
[ObsoleteAttribute(L"Please use Html property instead")]
property String^ HtmlDataString {
String^ get ();
}
[<ObsoleteAttribute("Please use Html property instead")>]
abstract HtmlDataString : string with get
Property Value
Type:
StringSee Also