Platform SDK: Exchange Server |
Specifies the order in which the rule is evaluated with respect to other rules.
[propget] HRESULT Sequence([out, retval] long *pVal)
Property Sequence As Long
Rules are ordered in the collection in sequence order. The relative ordering of Sequence property values is the same as the IRule::Index property.
Rule1.Sequence < Rule2.Sequence < Rule3.Sequence <=> Rule1.Index < Rule2.Index < Rule3.Index
The interval between sequence values need not be 1.