In The Hand LtdIn The Hand
IndexOf Method (value)
NamespacesInTheHand.WindowsMobile.PocketOutlookPimItemCollectionIndexOf(PimItem)
.NET Components for Mobility
Gets a PIM item’s position in the collection.
Declaration Syntax
C#Visual Basic
public int IndexOf(
	PimItem value
)
Public Function IndexOf ( _
	value As PimItem _
) As Integer
Parameters
value (PimItem)
The PimItem to find the index of.
Return Value
The index of the PimItem if found in the list; otherwise, -1.
Remarks
For performance reasons this method always returns -1 on devices prior to Windows Mobile 5.0.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0