| MailBuilderRtf Property |
Gets or sets RTF version of the email.
If value is not empty extracts plain text from RTF and overrides
Text property.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string Rtf { get; set; }
Public Property Rtf As String
Get
Set
public:
property String^ Rtf {
String^ get ();
void set (String^ value);
}
member Rtf : string with get, set
Property Value
Type:
StringSee Also