Click or drag to resize

MailBuilderCreateFromEmlFile Method

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

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public IMail CreateFromEmlFile(
	string path
)

Parameters

path  String
The file to read raw eml data from.

Return Value

IMail
New IMail object.
Remarks
Usually email files have *.eml extension.
See Also