Click or drag to resize

TemplateFromFile Method

Loads a template from file.

Namespace:  Limilabs.Mail.Templates
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static Template FromFile(
	string path
)

Parameters

path
Type: SystemString
The file to read data from.

Return Value

Type: Template
Loaded template.
See Also