DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
The password to be used when authenticating the SMTP Server.
The password to be used when authenticating the SMTP Server.
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
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: 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.