Rules.Save Method (Outlook)

Saves all rules in the Rules collection.

Version Information

Version Added: Outlook 2007

Syntax

expression .Save(ShowProgress)

expression A variable that represents a Rules object.

Parameters

Name

Required/Optional

Data Type

Description

ShowProgress

Optional

Boolean

True to display the progress dialog box, False to save rules without showing the progress.

Remarks

After you enable a rule, you must also save the rule by using Rules.Save so that the rule and its enabled state will persist beyond the current session. A rule is only enabled after it has been saved successfully.

Rules.Save can be an expensive operation in terms of performance on slow connections to Exchange server. For more information on using the progress dialog box, see Manage Rules in the Outlook Object Model.

Saving rules that are incompatible or have improperly defined actions or conditions (such as an empty string for TextRuleCondition.Text) will return an error.

The Exchange server limits the maximum number of rules that can be supported by a store. Rules.Save returns an error when this limit is reached.

See Also

Concepts

Rules Object

Rules Object Members