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.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
[ObsoleteAttribute("Please use Text property instead")] string TextDataString { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Please use Text property instead")> _ ReadOnly Property TextDataString As String Get |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Please use Text property instead")] property String^ TextDataString { String^ get (); } |