Copies the range of categories from the collection to a one-dimensional
string array, starting at the specified index of the target array.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Sub CopyTo ( _ array As String(), _ arrayIndex As Integer _ ) |
C# |
---|
public void CopyTo( string[] array, int arrayIndex ) |
Parameters
- array
- Type: array<System..::..String>[]()[][]
One-dimensional zero-based string array that is the destination of the categories copied from the collection.
- arrayIndex
- Type: System..::..Int32
A zero-based index in the destination array at which copying begins.