Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Item property gets or sets the element in the specified index in the collection.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As Attachment
Get
'Usage
Dim instance As AttachmentCollection
Dim index As Integer
Dim value As Attachment
value = instance(index)
public Attachment this[
int index
] { get; }
Parameters
index
Type: System.Int32The zero-based index of the element in the collection to get or set.
Property value
Type: Microsoft.Exchange.Data.Transport.Email.Attachment