Click or drag to resize

SmtpMailCreateFromEmlFile Method

Loads raw eml data from file and creates new IMail object. From, To and RawEmlData are initialized using parsed content of a file specified by path.

Namespace:  Limilabs.Client.SMTP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static SmtpMail CreateFromEmlFile(
	string path
)

Parameters

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

Return Value

Type: SmtpMail
New SmtpMail object.
See Also