Click or drag to resize

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; }

Property Value

Type: String
See Also