ServerSecuritySMTPPassword Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the password to be used when authenticating the SMTP Server.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SMTPPassword { get; set; }
Public Property SMTPPassword As String
Get
Set
public:
virtual property String^ SMTPPassword {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SMTPPassword();
function set_SMTPPassword(value);
Property Value
Type:
StringThe password to be used when authenticating the SMTP Server.
Return Value
Type:
StringThe password to be used when authenticating the SMTP Server.
Remarks The value stored is the encrypted password.
See Also