Share via


EnrichedToHtml.OutputHtmlFragment property

The OutputHtmlFragment property gets or sets a Boolean value that determines whether or not this EnrichedToHtml 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 EnrichedToHtml
Dim value As Boolean

value = instance.OutputHtmlFragment

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

Property value

Type: System.Boolean

See also

Reference

EnrichedToHtml class

EnrichedToHtml members

Microsoft.Exchange.Data.TextConverters namespace