SimpleItems.Item Method (Outlook)
Returns an item in the SimpleItems collection.
Version Information
Version Added: Outlook 2010
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).