ServerSecuritySMTPSSL Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether SSL should be used for communication with the SMTP server.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SMTPSSL { get; set; }
Public Property SMTPSSL As Boolean
Get
Set
public:
virtual property bool SMTPSSL {
bool get () sealed;
void set (bool value) sealed;
}
function get_SMTPSSL();
function set_SMTPSSL(value);
Property Value
Type:
BooleanTrue SSL should be used for communication with the SMTP server.
Return Value
Type:
BooleanTrue SSL should be used for communication with the SMTP server.
Remarks See Also