Partager via


Rules.Remove Method (Outlook)

Removes from the Rules collection a Rule object specified by Index, which is either a numerical index into the Rules collection or the rule name.

Version Information

Version Added: Outlook 2007

Syntax

expression .Remove(Index)

expression A variable that represents a Rules object.

Parameters

Name

Required/Optional

Data Type

Description

Index

Required

Variant

Either a long value representing an index into the Rules collection, or a string name representing the value of the default property of a rule, Rule.Name.

Remarks

Returns an error when the rule cannot be found in the collection.

See Also

Concepts

Rules Object Members

Rules Object