LumiSoft Mail Server User API
Ehlo Method (hostName)
Namespaces > LumiSoft.Net.SMTP.Client > SmtpClientEx > Ehlo(String)
Does EHLO command. If server don't support EHLO, tries HELO.
Syntax
C#Visual BasicManaged C++
public void Ehlo (
	string hostName
)
Public Sub Ehlo ( _
	hostName As String _
)
public:
void Ehlo (
	String^ hostName
)
Parameters
hostName (String)
Host name which is reported to SMTP server.

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