EmailAccountCollection.CopyTo Method (EmailAccount[], Int32)
3/29/2010
Copies an EMailAccountCollection object to an array of EMailAccount objects, beginning at a specific array index.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public void CopyTo (
EmailAccount[] array,
int index
)
'Declaration
Public Sub CopyTo ( _
array As EmailAccount(), _
index As Integer _
)
Parameters
- array
The one-dimensional destination Array. The Array must have zero-based indexing.
- index
The array index of the first account.
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
EmailAccountCollection Class
EmailAccountCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace