HtmlToHtml.OutputHtmlFragment Property

The OutputHtmlFragment property gets or sets a Boolean value that determines whether or not this HtmlToHtml object must output an entire HTML document or only a fragment of the HTML body content.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property OutputHtmlFragment As Boolean
    Get
    Set
'Usage
Dim instance As HtmlToHtml
Dim value As Boolean

value = instance.OutputHtmlFragment

instance.OutputHtmlFragment = value
public bool OutputHtmlFragment { get; set; }

Property Value

Type: System.Boolean