EwsCategoryCollection.CopyTo Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
CopyTo(String[], Int32)
Copies the range of categories from the collection to a one-dimensional string array, starting at the specified index of the target array.
Declaration
public void CopyTo(string[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
String[] | array | One-dimensional zero-based string array that is the destination of the categories copied from the collection. |
Int32 | arrayIndex | A zero-based index in the destination array at which copying begins. |