Platform SDK: Exchange Server

IRule::Sequence Property

Specifies the order in which the rule is evaluated with respect to other rules.

IDL Definition

[propget] HRESULT Sequence([out, retval] long *pVal)

Visual Basic Definition

Property Sequence As Long

Remarks

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.