EmbeddedMailObjectsCollection::CopyTo Method (array<EmbeddedMailObject^>^, Int32)
.NET Framework (current version)
Copies the collection objects to a one-dimensional Array instance beginning at the specified index in the array.
Assembly: System.Web (in System.Web.dll)
Parameters
- array
-
Type:
array<System.Web.UI.WebControls::EmbeddedMailObject^>^
The one-dimensional Array is the destination of the elements copied from the current EmbeddedMailObjectsCollection. The array must have zero-based indexing.
- index
-
Type:
System::Int32
The zero-based index in array at which copying begins.
| Exception | Condition |
|---|---|
| ArgumentNullException | The specified array is null. |
| ArgumentOutOfRangeException | The specified index is out of range of the collection. |
.NET Framework
Available since 2.0
Available since 2.0
Show: