DotNetOpenMail 0.5.7 (beta)

EhloSmtpResponse.Message Property

The SMTP Message. This will be "OK" if successful, otherwise it will be the part that failed.

[Visual Basic]
Public Property Message As String
[C#]
public string Message { get; set; }
[C++]
public: __property String* get_Message();
public: __property void set_Message(String* );
[JScript]
public function get Message() : String
public function set Message(String);

See Also

EhloSmtpResponse Class | DotNetOpenMail Namespace