Remove the PimItem at the specified index.
- index (Int32)
- The Zero-based index for the item to remove. The index is the position of the item in the current sort order.
Equivalent to the Remove(int index) function in POOM.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | Index is out of range. |