AttachmentCollection.System.Collections.IList.get_Item Method

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

private sealed object System.Collections.IList.get_Item(
    int index
);
'Declaration
Private NotOverridable Function System.Collections.IList.get_Item( _
    ByVal index As Integer _
) As Object

Parameters

  • index

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows Mobile Version 5.0 and later.

See Also

Reference

AttachmentCollection Class
AttachmentCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace