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