Gets or sets whether the System.Net.Mail.SmtpClient uses Secure Sockets Layer (SSL) to encrypt the connection

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Property SMTPEnableSSL As Boolean
C#
public bool SMTPEnableSSL { get; set; }
Visual C++
public:
property bool SMTPEnableSSL {
	bool get ();
	void set (bool value);
}
JavaScript
function get_smtpEnableSSL();
function set_smtpEnableSSL(value);

See Also