Click or drag to resize

TemplateItem Property

Gets or sets custom keys used by this template.

Namespace:  Limilabs.Mail.Templates
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
Key name.

Return Value

Type: String
Value to be used when template is rendered.
See Also