LumiSoft Net Help
SMTP_e_Ehlo Constructor (session, domain, reply)
NamespacesLumiSoft.Net.SMTP.ServerSMTP_e_EhloSMTP_e_Ehlo(SMTP_Session, String, SMTP_Reply)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SMTP_e_Ehlo(
	SMTP_Session session,
	string domain,
	SMTP_Reply reply
)
Public Sub New ( 
	session As SMTP_Session,
	domain As String,
	reply As SMTP_Reply
)
public:
SMTP_e_Ehlo(
	SMTP_Session^ session, 
	String^ domain, 
	SMTP_Reply^ reply
)
new : 
        session : SMTP_Session * 
        domain : string * 
        reply : SMTP_Reply -> SMTP_e_Ehlo
Parameters
session (SMTP_Session)
Owner SMTP server session.
domain (String)
Ehlo/Helo domain name.
reply (SMTP_Reply)
SMTP server reply.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when session, domain or reply 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