Click or drag to resize

TemplateDataFrom Method (ITemplateDataProvider)

Specifies ITemplateDataProvider that will be used as a data source for this template. If the method is called more than once, only last object is used as the template data source.

Namespace:  Limilabs.Mail.Templates
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Template DataFrom(
	ITemplateDataProvider provider
)

Parameters

provider
Type: Limilabs.Mail.TemplatesITemplateDataProvider
ITemplateDataProvider sata source for this template.

Return Value

Type: Template
Current template.
See Also