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.26106.1555
Syntax
public string this[
	string key
] { get; set; }

Parameters

key  String
Key name.

Return Value

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