Share via


AttachmentCollection.CopyTo Method (Array, Int32)

3/29/2010

Will copy the collection of attachments to an array.

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

Syntax

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

Parameters

  • array
    The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have 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

AttachmentCollection Class
AttachmentCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace