 | ForwardBuilderTemplateKeys Property |
Gets a dictionary of additional template keys, that are used when rendering subject and text templates.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
DictionaryString,
String
See Also