| IMailRtfData Property |
Gets the object representing 'text/rtf' or 'application/rtf' body of this email message. May be
null if no RTF data is present.
You may use
Rtf as a shortcut to retrieve RTF text.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax MimeText RtfData { get; }
ReadOnly Property RtfData As MimeText
Get
property MimeText^ RtfData {
MimeText^ get ();
}
abstract RtfData : MimeText with get
Property Value
Type:
MimeTextRemarks
This object may be created by TNEF to MIME parser from a TNEF attachment (winmail.dat) a proprietary e-mail attachment format used by Microsoft Outlook and Microsoft Exchange Server.
See Also