Share via


TextToText.Footer property

The Footer property gets or sets the text that will appear in the output after any other 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 TextToText
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.

See also

Reference

TextToText class

TextToText members

Microsoft.Exchange.Data.TextConverters namespace