Contains a GroupWise rule. Rules act on items before they are added to a mailbox.
<Rule> <extension base="tns:ContainerItem"> <execution type="Execution"/> <element ref="sequence"/> <enabled type="boolean" default="0"/> <types type="xs:string"/> <source type="xs:string"/> <conflict type="AppointmentConflict" default="Ignore"/> <filter type="Filter"/> <actions type="RuleActionList"/>
Specifies the execution time of the rule. For example, execute on startup of the client.
Specifies the position of the rule in the rule list.
Specifies to enable or disable the rule. The rule is disabled by default.
Specifies which item types the rule acts on. For example, the rule acts on mail and task items.
Specifies which source types the rule acts on. For example, the rule acts on received and draft items.
Specifies how to handle appointment conflicts when processing the rule.
Specifies a filter.
Specifies the action to perform.
Specifies that the rule is the default action.