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