MailBee.NET Objects 7.2

Element.Remove Method 

Removes this HTML element from InnerElements collection of its parent.

public void Remove();

Remarks

If this element is not contained in another Element (i.e. does not have a parent), this method does nothing.

See Also

Element Class | MailBee.Html Namespace