Dela via


RtfToRtf.HeaderFooterFormat Property

The HeaderFooterFormat property gets or sets a HeaderFooterFormat enumeration value that indicates whether headers and footers will be interpreted as text or as HTML.

Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Property HeaderFooterFormat As HeaderFooterFormat
public HeaderFooterFormat HeaderFooterFormat { get; set; }
public:
property HeaderFooterFormat HeaderFooterFormat {
    HeaderFooterFormat get ();
    void set (HeaderFooterFormat value);
}
/** @property */
public HeaderFooterFormat get_HeaderFooterFormat ()

/** @property */
public void set_HeaderFooterFormat (HeaderFooterFormat value)
public function get HeaderFooterFormat () : HeaderFooterFormat

public function set HeaderFooterFormat (value : HeaderFooterFormat)

Remarks

If the HeaderFooterFormat property is set to Html, then Header and Footer are interpreted as HTML and only the text that would be visible in the HTML fragment after it was rendered will be inserted into the output. Otherwise, if the HeaderFooterFormat property is set to Text, then Header and Footer are interpreted as raw plain text that will be properly escaped and inserted directly into the output.

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