Rule

Contains a GroupWise rule. Rules act on items before they are added to a mailbox.

Syntax

<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"/>

Definitions

Execution

Specifies the execution time of the rule. For example, execute on startup of the client.

sequence

Specifies the position of the rule in the rule list.

enabled

Specifies to enable or disable the rule. The rule is disabled by default.

types

Specifies which item types the rule acts on. For example, the rule acts on mail and task items.

source

Specifies which source types the rule acts on. For example, the rule acts on received and draft items.

conflict

Specifies how to handle appointment conflicts when processing the rule.

filter

Specifies a filter.

actions

Specifies the action to perform.

default

Specifies that the rule is the default action.