Specifies whether email services is enabled (true) or disabled (false). If disabled, then the handlers and email queue that are installed as part of the Email Services Extensions add-on are ignored.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also