_Store.GetRules Method

Definition

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

public:
 Microsoft::Office::Interop::Outlook::Rules ^ GetRules();
public Microsoft.Office.Interop.Outlook.Rules GetRules ();
Public Function GetRules () As Rules

Returns

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 ExecutionOrder with ExecutionOrder equal 1 being the first Rule in the collection and ExecutionOrder equal Count being the last Rule in the collection.

Applies to