Copies the range of elements from the Pop3MessageCollection to a one-dimensional Pop3MessageInfo array, starting at the specified index of the target array.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public Sub CopyTo ( _
	array As Pop3MessageInfo(), _
	arrayIndex As Integer _
)
C#
public void CopyTo(
	Pop3MessageInfo[] array,
	int arrayIndex
)

Parameters

array
Type: array<Rebex.Net..::..Pop3MessageInfo>[]()[][]
One-dimensional zero-based Pop3MessageInfo array that is the destination of the elements copied from the collection.
arrayIndex
Type: System..::..Int32
A zero-based index in the destination array at which copying begins.

Implements

ICollection<(Of <(<'T>)>)>..::..CopyTo(array<T>[]()[][], Int32)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also