TextToHtml.Footer Property

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

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

Syntax

'Declaration
Public Property Footer As String
    Get
    Set
'Usage
Dim instance As TextToHtml
Dim value As String

value = instance.Footer

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

Property Value

Type: System.String

Remarks

The Footer property can only be set before conversion begins.