HtmlToText.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 HtmlToText
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