Loads a template from file.

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

Syntax

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

Parameters

filePath
Type: System..::..String
The file to open.

Return Value

Loaded template.

See Also