LumiSoft Net Help
SMTP_Client..::..RcptToAsyncOP Constructor (to, notify, orcpt)
NamespacesLumiSoft.Net.SMTP.ClientSMTP_Client..::..RcptToAsyncOPSMTP_Client..::..RcptToAsyncOP(String, SMTP_DSN_Notify, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public RcptToAsyncOP(
	string to,
	SMTP_DSN_Notify notify,
	string orcpt
)
Public Sub New ( 
	to As String,
	notify As SMTP_DSN_Notify,
	orcpt As String
)
public:
RcptToAsyncOP(
	String^ to, 
	SMTP_DSN_Notify notify, 
	String^ orcpt
)
new : 
        to : string * 
        notify : SMTP_DSN_Notify * 
        orcpt : string -> RcptToAsyncOP
Parameters
to (String)
Recipient email address.
notify (SMTP_DSN_Notify)
Delivery satus notification(DSN) NOTIFY value. For more info see RFC 3461.
orcpt (String)
Delivery satus notification(DSN) ORCPT value. Value null means not specified. For more info see RFC 3461.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when to is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119