EmbeddedMailObjectsCollection.Add(EmbeddedMailObject) Method

Definition

Adds an EmbeddedMailObject to the end of the EmbeddedMailObjectsCollection collection.

public:
 int Add(System::Web::UI::WebControls::EmbeddedMailObject ^ value);
public int Add (System.Web.UI.WebControls.EmbeddedMailObject value);
member this.Add : System.Web.UI.WebControls.EmbeddedMailObject -> int
Public Function Add (value As EmbeddedMailObject) As Integer

Parameters

Returns

Returns the index of the EmbeddedMailObject in the EmbeddedMailObjectsCollection.

Exceptions

The specified value is null.

Applies to

See also