Specifies whether the Secure Sockets Layer (SSL) protocol is enabled (true) or disabled (false) for communication to the SMTP server.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property IsSSLEnabled As Nullable(Of Boolean)
C#
Nullable<bool> IsSSLEnabled { get; set; }
Visual C++
property Nullable<bool> IsSSLEnabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_isSSLEnabled();
function set_isSSLEnabled(value);

ToggleRemarks

ToggleSee Also