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.26106.1555
Syntax
public static SmtpMail CreateFromEmlFile(
	string path
)

Parameters

path  String
The file to read raw eml data from.

Return Value

SmtpMail
New SmtpMail object.
See Also