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