Click or drag to resize

SmtpMailCreateUsingVERP Method

Creates new SmtpMail using specified email. To and RawEmlData are initialized using specified email. From property is initialized using VERP address containing From and To or Sender.

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

Parameters

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

Return Value

Type: SmtpMail
New SmtpMail object.
Remarks
VERP address used to initialize From property is created using VERPAddress class.
See Also