Gets or sets a flag if SSL is enabled for SMTP send e-mail message.

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

Syntax

C#
public bool EnableSSL { get; set; }
Visual Basic
Public Property EnableSSL As Boolean
	Get
	Set
Visual C++
public:
property bool EnableSSL {
	bool get ();
	void set (bool value);
}
F#
member EnableSSL : bool with get, set

Property Value

Type: Boolean

See Also