DataPA Enterprise Dashboard Controls API Reference
Gets and sets the password to be used when authenticating the SMTP Server.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string SMTPPassword { get; set; }
Visual Basic
Public Property SMTPPassword As String
	Get
	Set
Visual C++
public:
virtual property String^ SMTPPassword {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The password to be used when authenticating the SMTP Server.

Return Value

Type: String
The password to be used when authenticating the SMTP Server.

Remarks

The value stored is the encrypted password.

See Also