| ReplyBuilderTextReplyTemplate Property |
Gets or sets plain text version of the reply template.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string TextReplyTemplate { get; set; }
Public Property TextReplyTemplate As String
Get
Set
public:
property String^ TextReplyTemplate {
String^ get ();
void set (String^ value);
}
member TextReplyTemplate : string with get, set
Property Value
Type:
StringRemarks
Template sample:
[Text]
On [Original.Date] [Original.Sender.NameOrAddress] wrote:
[QuoteText]
See Also