AutoFormatRules.Add Method (Outlook)

Creates a new AutoFormatRule object and appends it to the AutoFormatRules collection.

Version Information

Version Added: Outlook 2007

Syntax

expression .Add(Name)

expression A variable that represents an AutoFormatRules object.

Parameters

Name

Required/Optional

Data Type

Description

Name

Required

String

The name of the new formatting rule.

Return Value

An AutoFormatRule object that represents the new formatting rule.

Remarks

Duplicate names for AutoFormatRule objects are allowed in the AutoFormatRules collection. A maximum of 25 custom formatting rules can be added to the collection. Built-in formatting rules are not counted against that limit.

See Also

Concepts

AutoFormatRules Object Members

AutoFormatRules Object