Retrieves an item from a folder, based on the current sort order.
- index (Int32)
- Zero-based index for the item to retrieve. The Index is the position of the item in the current sort order.
A PimItem.
It will retrieve a PimItem based on the current sort order in effect.
Equivalent to the Item(Index) method in POOM.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Index is out of Range |