Gets or sets the flag if SSL is enabled while sending an e-mail portal wide.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool EnableSmtpSSL { get; }
Visual Basic
Public Shared ReadOnly Property EnableSmtpSSL As Boolean
	Get
Visual C++
public:
static property bool EnableSmtpSSL {
	bool get ();
}
F#
static member EnableSmtpSSL : bool with get

Property Value

Type: Boolean
true if [enable SMTP SSL]; otherwise, false.

See Also