Rule.ExecutionOrder Property

Outlook Developer Reference

Returns or sets a Long that indicates the order of execution of the rule among other rules in the Rules collection. Read-write.

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

Index

in Rules.Item(Index). For example, 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