Share via


AttachmentCollection.IndexOf Method (Object)

3/29/2010

Returns the index of the specified attachment.

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

Syntax

public int IndexOf (
    Object value
)
'Declaration
Public Function IndexOf ( _
    value As Object _
) As Integer

Parameters

  • value
    The object to locate.

Return Value

The position of the element passed in.

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.

See Also

Reference

AttachmentCollection Class
AttachmentCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace