DotNetOpenMail 0.5.7 (beta)

EhloSmtpResponse.ResponseCode Property

The SMTP Reponse code

[Visual Basic]
Public Property ResponseCode As Integer
[C#]
public int ResponseCode { get; set; }
[C++]
public: __property int get_ResponseCode();
public: __property void set_ResponseCode(int );
[JScript]
public function get ResponseCode() : int
public function set ResponseCode(int);

See Also

EhloSmtpResponse Class | DotNetOpenMail Namespace