:: com :: sun :: star :: ucb ::

struct Rule

Elements' Summary
Terms the rule terms describing the objects to which the rule should be applied.  
Parameter Some RuleActions require a parameter.  
Action the action to perform on the matching objects.  
Elements' Details
Terms
sequence< RuleTerm > Terms;
Description
the rule terms describing the objects to which the rule should be applied.
Parameter
string Parameter;
Description
Some RuleActions require a parameter.
Action Parameter
COPY, MOVE, LINK The URL to the destination folder.
FORWARD The email address of the recipient
All other actions n/a
Action
short Action;
Description
the action to perform on the matching objects.

The value can be one of the RuleAction constants.

Top of Page