Gets or sets HTML version of the reply tempate.

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

Syntax

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

Remarks

Template sample:
            [Html]
            <br /><br />
            On [Original.Date] [Original.Sender.Name] wrote:
            <blockquote style=""margin-left: 1em; padding-left: 1em; border-left: 1px #ccc solid;"">
            [QuoteHtml]
            </blockquote>
            

See Also