EmbeddedMailObjectsCollection.Add Method
.NET Framework 3.0
Adds an EmbeddedMailObject to the end of the EmbeddedMailObjectsCollection collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public int Add ( EmbeddedMailObject value )
public function Add ( value : EmbeddedMailObject ) : int
Not applicable.
Parameters
- value
The EmbeddedMailObject to add to the EmbeddedMailObjectsCollection.
Return Value
Returns the index of the EmbeddedMailObject in the EmbeddedMailObjectsCollection.Community Additions
ADD
Show: