Share via


TextToRtf.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
public string Footer { get; set; }
public:
property String^ Footer {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Footer ()

/** @property */
public void set_Footer (String value)
public function get Footer () : String

public function set Footer (value : String)

Remarks

The Footer property can only be set before conversion begins.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003