Loads raw eml data from file and creates new IMail object.

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

Syntax

C#
public IMail CreateFromEmlFile(
	string path
)
Visual Basic
Public Function CreateFromEmlFile ( _
	path As String _
) As IMail
Visual C++
public:
IMail^ CreateFromEmlFile(
	String^ path
)

Parameters

path
Type: System..::..String
The file to read raw eml data from.

Return Value

New IMail object.

Remarks

Usually email files have *.eml extension.

See Also