Gets or sets the password for the user name associated with the credentials

(it will only be used if SMTPUserName is provided and if SpecifiedCredentials is not initialized)

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Property SMTPPassword As String
C#
public string SMTPPassword { get; set; }
Visual C++
public:
property String^ SMTPPassword {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_smtpPassword();
function set_smtpPassword(value);

See Also