Click or drag to resize

TemplateAddKey Method

Adds a custom key used by this template.

Namespace: Limilabs.Mail.Templates
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public Template AddKey(
	string key,
	string value
)

Parameters

key  String
Key name.
value  String
Value to be used when template is rendered.

Return Value

Template
Current template.
See Also