 | 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.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxMimeText TextData { get; }ReadOnly Property TextData As MimeText
Get
property MimeText^ TextData {
MimeText^ get ();
}abstract TextData : MimeText with get
Property Value
MimeText
See Also