LumiSoft Net Help
SMTP_RcptTo Constructor (mailbox, notify, orcpt)
NamespacesLumiSoft.Net.SMTP.ServerSMTP_RcptToSMTP_RcptTo(String, SMTP_DSN_Notify, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SMTP_RcptTo(
	string mailbox,
	SMTP_DSN_Notify notify,
	string orcpt
)
Public Sub New ( 
	mailbox As String,
	notify As SMTP_DSN_Notify,
	orcpt As String
)
public:
SMTP_RcptTo(
	String^ mailbox, 
	SMTP_DSN_Notify notify, 
	String^ orcpt
)
new : 
        mailbox : string * 
        notify : SMTP_DSN_Notify * 
        orcpt : string -> SMTP_RcptTo
Parameters
mailbox (String)
Mailbox value.
notify (SMTP_DSN_Notify)
DSN NOTIFY parameter value.
orcpt (String)
DSN ORCPT parameter value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when mailbox is null reference.

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