The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: