Store.GetRules method (Outlook)

Returns a Rules collection object that contains the Rule objects defined for the current session.

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.

See also

Store Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.