Click or drag to resize

TemplateCreate Method

Creates new template using specified template text.

Namespace: Limilabs.Mail.Templates
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static Template Create(
	string templateText
)

Parameters

templateText  String
Template's text.

Return Value

Template
New template.
See Also