AttachmentSelection.Item Method
Outlook Developer Reference |
Returns an Attachment object from the collection.
Version Information
Version Added: Outlook 2007
Syntax
expression.Item(Index)
expression An expression that returns an AttachmentSelection object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | Variant | Either the index number of the object, or the value used to match the default property of an object in the collection. |
Return Value
An Attachment object that represents the specified object.
See Also