Creates new template using specified template text.

Namespace: Limilabs.Mail.Templates
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public static Template Create(
	string templateText
)
Visual Basic
Public Shared Function Create ( _
	templateText As String _
) As Template
Visual C++
public:
static Template^ Create(
	String^ templateText
)

Parameters

templateText
Type: System..::..String
Template's text.

Return Value

New template.

See Also