Rules.Item Method

Outlook Developer Reference

Obtains 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.Item(Index)

expression   A variable that represents a Rules object.

Parameters

Name Required/Optional Data Type Description
Index Required Variant Either a 1-based 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.

Return Value
A Rule object that matches the rule specified by

Index

.

Remarks

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

See Also