Share via


PimItemCollection.CopyTo Method (PimItem[], Int32)

3/29/2010

Copies all PIM items in the collection into a PimItem array, beginning at the specified array index.

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public void CopyTo (
    PimItem[] array,
    int index
)
'Declaration
Public Sub CopyTo ( _
    array As PimItem(), _
    index As Integer _
)

Parameters

  • array
    The array of items to fill
  • index
    The starting position.

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

PimItemCollection Class
PimItemCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace