_AttachmentSelection.Item[Object] Property

Definition

Returns an Attachment object from the collection.

public:
 property Microsoft::Office::Interop::Outlook::Attachment ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::Attachment ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.Attachment this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As Attachment

Parameters

Index
Object

Either the index number of the object, or the value used to match the default property of an object in the collection.

Property Value

An Attachment object that represents the specified object.

Applies to