ElementCollectionAdd Method (Element) |
Adds the specified
Element object to the collection.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void Add(
Element elem
)
Public Sub Add (
elem As Element
)
Parameters
- elem
- Type: MailBee.HtmlElement
The Element object to be added to the collection.
Exceptions See Also