Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 EnrichedToHtml
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.