|   | MailEnableSSL Property | 
        
        
            Gets or sets the flag that determines whether
            to use SSL when communicating with the SMTP server.
            
        
        Namespace: GSF.Net.SmtpAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic bool EnableSSL { get; set; }Public Property EnableSSL As Boolean
	Get
	Set
public:
property bool EnableSSL {
	bool get ();
	void set (bool value);
}member EnableSSL : bool with get, set
function get_EnableSSL();
function set_EnableSSL(value);
Property Value
Boolean See Also
See Also