 | SmtpMailCreateFromEml Method |
Creates new
SmtpMail using specified eml raw data string.
From,
To and
RawEmlData are initialized using parsed
eml content.
Namespace: Limilabs.Client.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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 Byte
- Raw eml data string.
Return Value
SmtpMailNew
SmtpMail object.
See Also