ContactCollection.CopyTo Method (Contact[], Int32)
3/29/2010
Copies a ContactCollection object to an array of Contact objects, beginning at a specific array index.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public void CopyTo (
Contact[] array,
int index
)
'Declaration
Public Sub CopyTo ( _
array As Contact(), _
index As Integer _
)
Parameters
- array
The one-dimensional destination array for the Contact items copied from the Contact collection. The array has zero-based indexing.
- index
The zero-based index in array at which copying begins.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
ContactCollection Class
ContactCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace