 | 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.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
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 getProperty Value
String
See Also