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.
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.