| ReadReceiptBuilderTemplateKeys Property |
Gets a dictionary of additional template keys, that are used when rendering subject and text templates.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Dictionary<string, string> TemplateKeys { get; }
Public ReadOnly Property TemplateKeys As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ TemplateKeys {
Dictionary<String^, String^>^ get ();
}
member TemplateKeys : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringSee Also