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