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 bosy in a specific format.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
string Text { get; }
Visual Basic
ReadOnly Property Text As String
	Get
Visual C++
property String^ Text {
	String^ get ();
}

See Also