Namespace: MonoSoftware.Core.Mail
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

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

Property Value

Type: Boolean

See Also