 | ReadReceiptBuilderDeletedTextTemplate Property |
Gets or sets plain text version of the read reply template.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string DeletedTextTemplate { get; set; }Public Property DeletedTextTemplate As String
Get
Set
public:
property String^ DeletedTextTemplate {
String^ get ();
void set (String^ value);
}member DeletedTextTemplate : string with get, set
Property Value
String
Remarks
Template sample:
This is a confirmation that your message sent to [OriginalRecipient.Address] was deleted.
See Also