Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.64 KB

Outlook.Rules.Save.md

File metadata and controls

50 lines (28 loc) · 1.64 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Rules.Save method (Outlook)
vbaol11.chm2161
vbaol11.chm2161
Outlook.Rules.Save
d838eca0-4ec5-ab43-a031-fd65ab7d9f3c
06/08/2017
medium

Rules.Save method (Outlook)

Saves all rules in the Rules collection.

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

Rules Object

[!includeSupport and feedback]