Rule
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2013 | Office 365
The Rule element contains a single protection rule.
<Rule Name=”” UserOverridable==”” Priority=””> <Condition/> <Action/> </Rule>
ProtectionRuleType
The following sections describe attributes, child elements, and parent elements.
Attributes
|
Attribute |
Description |
|---|---|
|
Name |
Identifies the name of the rule. A required attribute of type string with a minimum length of 1. |
|
UserOverridable |
Specifies whether the rule is mandatory. If the rule is mandatory, this attribute value must be false. A required attribute of type Boolean. |
|
Priority |
Specifies the rule priority. A required attribute of type int with a minimum value of 1. |
Child elements
|
Element |
Description |
|---|---|
|
Identifies the condition that must be satisfied for the action part of the rule to be executed. |
|
|
Identifies what action must be executed if the condition part of the rule matches. |
Parent elements
|
Element |
Description |
|---|---|
|
Contains an array of protection rules. |