System.Web.UI.WebControls.EmbeddedMailObjectsCollection.CopyTo Method

Copies the collection objects to a one-dimensional Array instance beginning at the specified index in the array.

Syntax

public void CopyTo (EmbeddedMailObject[] array, int index)

Parameters

array
The one-dimensional Array is the destination of the elements copied from the current System.Web.UI.WebControls.EmbeddedMailObjectsCollection. The array must have zero-based indexing.
index
The zero-based index in array at which copying begins.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0