| SmtpMailCreateFromEml Method |
Creates new
SmtpMail using specified eml raw data string.
From,
To and
RawEmlData are initialized using parsed
eml content.
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static SmtpMail CreateFromEml(
byte[] eml
)
Public Shared Function CreateFromEml (
eml As Byte()
) As SmtpMail
public:
static SmtpMail^ CreateFromEml(
array<unsigned char>^ eml
)
static member CreateFromEml :
eml : byte[] -> SmtpMail
Parameters
- eml
- Type: SystemByte
Raw eml data string.
Return Value
Type:
SmtpMailNew
SmtpMail object.
See Also