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.23341.1754
Syntax
public IMail CreateFromEmlFile(
	string path
)

Parameters

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

Return Value

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