Rule.ExecutionOrder Property
Office 2007
| Outlook Developer Reference |
Version Information
Version Added: Outlook 2007
Syntax
expression.ExecutionOrder
expression A variable that represents a Rule object.
Remarks
ExecutionOrder is directly mapped with the numerical value of
Rules.Item(1) represents a rule with ExecutionOrder being 1, Rules.Item(2) represents a rule with ExecutionOrder being 2, and Rules.Item(Rules.Count) represents the rule with ExecutionOrder being Rules.Count.See Also