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.26106.1555
Syntax
public static SmtpMail CreateFromEml(
	byte[] eml
)

Parameters

eml  Byte
Raw eml data string.

Return Value

SmtpMail
New SmtpMail object.
See Also