Click or drag to resize

ITemplateDataProviderGetValue Method

Gets the value for specified key.

Namespace: Limilabs.Mail.Templates
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
Object GetValue(
	string name
)

Parameters

name  String
Name of the key to get value for.

Return Value

Object
Value for specified key.
See Also