Click or drag to resize

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
)

Parameters

eml
Type: SystemByte
Raw eml data string.

Return Value

Type: SmtpMail
New SmtpMail object.
See Also