Rule (RuleType)
Last modified: September 14, 2010
Applies to: Exchange Server 2007 | Exchange Server 2010
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
Attributes and Elements
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. |
Text Value
None.
Remarks
The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services of the Client Access server.
Element Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Schema Name |
Types schema |
Validation File |
Types.xsd |
Can be Empty |
True |
See Also