| IMailTextDataString Property |
Note: This API is now obsolete.
Gets plain text data from this email message.
For some HTML emails plain text may be not defined, 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.23341.1754
Syntax [ObsoleteAttribute("Please use Text property instead")]
string TextDataString { get; }
<ObsoleteAttribute("Please use Text property instead")>
ReadOnly Property TextDataString As String
Get
[ObsoleteAttribute(L"Please use Text property instead")]
property String^ TextDataString {
String^ get ();
}
[<ObsoleteAttribute("Please use Text property instead")>]
abstract TextDataString : string with get
Property Value
Type:
StringSee Also