| IMailTextData Property |
Gets the object representing 'text/plain' body of this email message. May be
null if no text/plain data is present.
You may use
Text as a shortcut to retrieve plain text.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax MimeText TextData { get; }
ReadOnly Property TextData As MimeText
Get
property MimeText^ TextData {
MimeText^ get ();
}
abstract TextData : MimeText with get
Property Value
Type:
MimeTextSee Also