HtmlToHtml.Header property

The Header property gets or sets the text that will appear in the output before any other visible text.

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

Syntax

'Declaration
Public Property Header As String
    Get
    Set
'Usage
Dim instance As HtmlToHtml
Dim value As String

value = instance.Header

instance.Header = value
public string Header { get; set; }

Property value

Type: System.String

Remarks

The Header property can only be set before conversion begins.

See also

Reference

HtmlToHtml class

HtmlToHtml members

Microsoft.Exchange.Data.TextConverters namespace