Rule (RuleType)
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2013 | Office 365
The Rule element contains a single rule and represents a rule in a user's mailbox.
<Rule>
<RuleId>
<DisplayName>
<Priority>
<IsEnabled>
<IsNotSupported>
<IsInError>
<Conditions>
<Exceptions>
<Actions>
</Rule>
RuleType
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
|
Element |
Description |
|---|---|
|
Specifies the rule identifier. |
|
|
Contains the display name of a rule. |
|
|
Indicates the order in which a rule is to be run. |
|
|
Indicates whether the rule is enabled. |
|
|
Indicates whether the rule cannot be modified with the managed code APIs. |
|
|
Indicates whether the rule is in an error condition. |
|
|
Identifies the conditions that, when fulfilled, will trigger the rule actions for a rule. |
|
|
Identifies the exceptions that represent all the available rule exception conditions for the inbox rule. |
|
|
Represents the actions to be taken on a message when the conditions are fulfilled. |
Parent elements
|
Element |
Description |
|---|---|
|
Represents an operation to create a new rule. |
|
|
Represents an array of rules in the user's mailbox. |
|
|
Represents an operation to update an existing rule. |