Click or drag to resize

ForwardBuilderTextReplyTemplate Property

Gets or sets plain text version of the reply template.

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

Property Value

String
Remarks
Template sample:
            [Text]
            
            On [Original.Date] [Original.Sender.NameOrAddress] wrote:
            [QuoteText]
            
See Also