| 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
)
Public Shared Function CreateUsingVERP (
email As IMail
) As SmtpMail
public:
static SmtpMail^ CreateUsingVERP(
IMail^ email
)
static member CreateUsingVERP :
email : IMail -> SmtpMail
Parameters
- email
- Type: Limilabs.MailIMail
Email to initialize this object from.
Return Value
Type:
SmtpMailNew
SmtpMail object.
Remarks
VERP address used to initialize
From property is created using
VERPAddress class.
See Also