LumiSoft Mail Server User API
BeginEhlo Method (hostName, callback)
Namespaces > LumiSoft.Net.SMTP.Client > SmtpClientEx > BeginEhlo(String, CommadCompleted)
Begins EHLO command.
Syntax
C#Visual BasicManaged C++
public void BeginEhlo (
	string hostName,
	CommadCompleted callback
)
Public Sub BeginEhlo ( _
	hostName As String, _
	callback As CommadCompleted _
)
public:
void BeginEhlo (
	String^ hostName, 
	CommadCompleted^ callback
)
Parameters
hostName (String)
Host name which is reported to SMTP server.
callback (CommadCompleted)
Callback to be called if command ends.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)