 | ReplyBuilderText Property |
Gets or sets plain text version of the reply. Please remember that setting
Html will override plain text.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string Text { get; set; }Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}member Text : string with get, set
Property Value
String
See Also