| ReadReceiptBuilderDeniedTextTemplate Property |
Gets or sets plain text version of the denied reply template.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string DeniedTextTemplate { get; set; }
Public Property DeniedTextTemplate As String
Get
Set
public:
property String^ DeniedTextTemplate {
String^ get ();
void set (String^ value);
}
member DeniedTextTemplate : string with get, set
Property Value
Type:
StringRemarks
Template sample:
This is a confirmation that your message sent to [OriginalRecipient.Address] was denied.
See Also