In The Hand LtdIn The Hand
Item Property (index)
NamespacesInTheHand.WindowsMobile.PocketOutlookPimItemCollectionItem[([( Int32])])
.NET Components for Mobility
Retrieves an item from a folder, based on the current sort order.
Declaration Syntax
C#Visual Basic
public PimItem this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As PimItem
	Get
	Set
Parameters
index (Int32)
Zero-based index for the item to retrieve. The Index is the position of the item in the current sort order.
Value
Remarks
It will retrieve a PimItem based on the current sort order in effect. Equivalent to the Item(Index) method in POOM.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIndex is out of Range

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