Store.GetRules Method (Outlook)
Returns a Rules collection object that contains the Rule objects defined for the current session.
Version Information
Version Added: Outlook 2007
Syntax
expression .GetRules
expression A variable that represents a Store object.
Return Value
A Rules collection object that represents the set of Rules defined for the current session.
Remarks
Calling GetRules can be an expensive operation in terms of performance on slow connections to an Exchange server.
The order of the Rule objects in the collection returned from GetRules follows that of Rule.ExecutionOrder with ExecutionOrder equal 1 being the first Rule in the collection and ExecutionOrder equal Rules.Count being the last Rule in the collection.