MailBee.NET Objects 4.0

ElementCollection.Add Method

Adds the specified Element object to the collection.

Overload List

Adds the specified Element object to the collection.

public void Add(Element);

Adds the specified Element object to the collection at the specified index.

public void Add(Element,int);

See Also

ElementCollection Class | MailBee.Html Namespace