EmbeddedMailObjectsCollection::Add Method (EmbeddedMailObject^)
.NET Framework (current version)
Adds an EmbeddedMailObject to the end of the EmbeddedMailObjectsCollection collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System.Web.UI.WebControls::EmbeddedMailObject^
The EmbeddedMailObject to add to the EmbeddedMailObjectsCollection.
Return Value
Type: System::Int32Returns the index of the EmbeddedMailObject in the EmbeddedMailObjectsCollection.
| Exception | Condition |
|---|---|
| ArgumentNullException | The specified value is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: