Click or drag to resize

ReplyBuilderHtmlReplyTemplate Property

Gets or sets HTML version of the reply template.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string HtmlReplyTemplate { get; set; }

Property Value

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