Click or drag to resize

SmtpMailCreateFrom Method

Creates new SmtpMail using specified email. From, To and RawEmlData are initialized using specified email.

Namespace:  Limilabs.Client.SMTP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static SmtpMail CreateFrom(
	IMail email
)

Parameters

email
Type: Limilabs.MailIMail
Email to initialize this object from.

Return Value

Type: SmtpMail
New SmtpMail object.
See Also