DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates whether authentication is required for the SMTP server.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool SMTPAuthenticate { get; set; } |
| Visual Basic |
|---|
Public Property SMTPAuthenticate As Boolean
Get
Set |
| Visual C++ |
|---|
public:
virtual property bool SMTPAuthenticate {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanTrue if authentication is required for the SMTP server.
Return Value
Type:
BooleanTrue if authentication is required for the SMTP server.
Remarks
See Also