| IMailText Property |
Gets plain text version of 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 ReadOnly Property Text As String
Get
property String^ Text {
String^ get ();
}
abstract Text : string with get
Property Value
Type:
StringSee Also