LumiSoft Net Help
SMTP_e_RcptTo Constructor (session, to, reply)
NamespacesLumiSoft.Net.SMTP.ServerSMTP_e_RcptToSMTP_e_RcptTo(SMTP_Session, SMTP_RcptTo, SMTP_Reply)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SMTP_e_RcptTo(
	SMTP_Session session,
	SMTP_RcptTo to,
	SMTP_Reply reply
)
Public Sub New ( 
	session As SMTP_Session,
	to As SMTP_RcptTo,
	reply As SMTP_Reply
)
public:
SMTP_e_RcptTo(
	SMTP_Session^ session, 
	SMTP_RcptTo^ to, 
	SMTP_Reply^ reply
)
new : 
        session : SMTP_Session * 
        to : SMTP_RcptTo * 
        reply : SMTP_Reply -> SMTP_e_RcptTo
Parameters
session (SMTP_Session)
Owner SMTP server session.
to (SMTP_RcptTo)
RCPT TO: value.
reply (SMTP_Reply)
SMTP server reply.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when session, to or reply is null reference.

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