| 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
)
Public Shared Function CreateFromEmlFile (
path As String
) As SmtpMail
public:
static SmtpMail^ CreateFromEmlFile(
String^ path
)
static member CreateFromEmlFile :
path : string -> SmtpMail
Parameters
- path
- Type: SystemString
The file to read raw eml data from.
Return Value
Type:
SmtpMailNew
SmtpMail object.
See Also