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