The User's password
[Visual Basic] Public Property Password As String _ Implements ISmtpAuthToken.Password [C#] public string Password { get; set; } [C++] public: __property String* get_Password(); public: __property void set_Password(String* ); [JScript] public function get Password() : String public function set Password(String);