Click or drag to resize
ServerSecuritySMTPPassword Property DataPA OpenAnalytics
DataPA OpenAnalytics 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
public string SMTPPassword { get; set; }

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