EmbeddedMailObjectsCollection.Insert Method
.NET Framework 3.0
Inserts an EmbeddedMailObject into the EmbeddedMailObjectsCollection object at the specified index position.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void Insert ( int index, EmbeddedMailObject value )
public function Insert ( index : int, value : EmbeddedMailObject )
Not applicable.
Parameters
- index
An integer value that indicates the index position at which to insert the EmbeddedMailObject in the collection.
- value
An EmbeddedMailObject object to insert into the EmbeddedMailObjectsCollection.
Community Additions
ADD
Show: