In The Hand LtdIn The Hand
CopyTo Method (array, index)
NamespacesInTheHand.WindowsMobile.PocketOutlookPimItemCollectionCopyTo(array<PimItem>[]()[][], Int32)
.NET Components for Mobility
Copies all PIM items in the collection into a PimItem array, beginning at the specified array index.
Declaration Syntax
C#Visual Basic
public void CopyTo(
	PimItem[] array,
	int index
)
Public Sub CopyTo ( _
	array As PimItem(), _
	index As Integer _
)
Parameters
array (array<PimItem>[]()[][])
The array of items to fill.
index (Int32)
The starting position.
Exceptions
ExceptionCondition
ArgumentExceptionThe 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.
ArgumentOutOfRangeExceptionThe index parameter is less than zero.

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