ElementOuterHtml Property
Gets or sets the text representation of the current HTML element.

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string OuterHtml { get; set; }

Property Value

Type: String
A string containing the current HTML element with its inner content and opening and closing tags if any. It's never a null reference (Nothing in Visual Basic).
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
See Also