SmtpServer.EHLO Property


Gets or sets using EHLO instead of HELO command.

[Visual Basic]
Public Property EHLO As Boolean
[C#]
public bool EHLO {get; set;}
[C++]
public: __property bool get_EHLO();
public: __property void set_EHLO(bool);
[JScript]
public function get EHLO() : bool;
public function set EHLO(bool);

Property Value

true indicates the client uses EHLO instead of HELO command, false (default and recommended) indicates the client chooses EHLO/HELO command automatically.