Gets or sets a value indicating if SSL is enabled for sending e-mails

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool EnableSsl{ get; set;}
Public Property EnableSsl As Boolean
public:
property bool EnableSsl {
	bool get ();
	void set (bool value);
}

See Also