SimpleItems.Item method (Outlook)

Returns an item in the SimpleItems collection.

Syntax

expression.Item (Index)

expression A variable that represents a SimpleItems object.

Parameters

Name Required/Optional Data type Description
Index Required Variant The zero-based index number of the object in the SimpleItems collection.

Return value

An Object that represents an Outlook item in the SimpleItems collection.

Remarks

If this method fails to return an object in the collection as specified by the Index parameter, the method returns Null (Nothing in Visual Basic).

See also

SimpleItems Object

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.