MailBee.NET Objects 7.1

ElementCollection.AddRange Method

Adds multiple elements to the collection.

Overload List

Adds all elements of another collection to the current collection.

public void AddRange(ElementCollection);

Adds elements from another ElementCollection object within the specified range.

public void AddRange(ElementCollection,int,int,int);

See Also

ElementCollection Class | MailBee.Html Namespace