The rules determining acceptable email addresses for managed users in this realm.

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

ToggleSyntax

Visual Basic (Declaration)
Property IdentityRules As ICmIdentityRuleList
C#
ICmIdentityRuleList IdentityRules { get; set; }
Visual C++
property ICmIdentityRuleList^ IdentityRules {
	ICmIdentityRuleList^ get ();
	void set (ICmIdentityRuleList^ value);
}
JavaScript
function get_identityRules();
function set_identityRules(value);

ToggleSee Also