Click or drag to resize

TemplateFromFile Method

Loads a template from file.

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

Parameters

path  String
The file to read data from.

Return Value

Template
Loaded template.
See Also