ElementGetAllElements Method
Returns the current HTML element and all its child elements as a flat list.

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public ElementReadOnlyCollection GetAllElements()

Return Value

Type: ElementReadOnlyCollection
A reference to the collection containing the current HTML element and all its child elements (including their own sub-children, etc).
Remarks
The returned collection is never empty (it contains at least the current element itself).
See Also