Pop3MessageCollection.CopyTo Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
CopyTo(Pop3MessageInfo[], Int32)
Copies the range of elements from the Pop3MessageCollection to a one-dimensional Pop3MessageInfo array, starting at the specified index of the target array.
Declaration
public void CopyTo(Pop3MessageInfo[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
Pop3MessageInfo[] | array | One-dimensional zero-based Pop3MessageInfo 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. |