| IMailRtf Property |
Gets RTF version of this email message.
RTF may be extracted from a TNEF attachment (winmail.dat) a proprietary e-mail attachment format used by Microsoft Outlook and Microsoft Exchange Server.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax ReadOnly Property Rtf As String
Get
property String^ Rtf {
String^ get ();
}
abstract Rtf : string with get
Property Value
Type:
StringSee Also