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);