ElementCollectionAdd Method (Element)
Adds the specified Element object to the collection.

Namespace: MailBee.Html
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public void Add(
	Element elem
)

Parameters

elem
Type: MailBee.HtmlElement
The Element object to be added to the collection.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionelem is a null reference (Nothing in Visual Basic).
See Also