Copies all PIM items in the collection into a PimItem array, beginning at the specified array index.
| Exception | Condition |
|---|---|
| ArgumentException | The index parameter is greater than or equal to the length of the array parameter.
Can also be thrown if the number of elements in the source array is greater than the available space from index to the end of the destination array. |
| ArgumentOutOfRangeException | The index parameter is less than zero. |