Gets or sets plain text version of the reply tempate.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string TextReplyTemplate { get; set; }
Visual Basic
Public Property TextReplyTemplate As String
	Get
	Set
Visual C++
public:
property String^ TextReplyTemplate {
	String^ get ();
	void set (String^ value);
}

Remarks

Template sample:
            [Text]
            
            On [Original.Date] [Original.Sender.Name] wrote:
            [QuoteText]
            

See Also