DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates whether SSL should be used for communication with the SMTP server.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool SMTPSSL { get; set; }
Visual Basic
Public Property SMTPSSL As Boolean
	Get
	Set
Visual C++
public:
virtual property bool SMTPSSL {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True SSL should be used for communication with the SMTP server.

Return Value

Type: Boolean
True SSL should be used for communication with the SMTP server.

Remarks