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.26106.1555
Syntax
public static SmtpMail CreateUsingVERP(
	IMail email
)

Parameters

email  IMail
Email to initialize this object from.

Return Value

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