HeaderFooterFormat Enumeration

The HeaderFooterFormat enumeration contains values that determine how headers and footers are interpreted before they are inserted into converted output.

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

Syntax

'Declaration
Public Enumeration HeaderFooterFormat
'Usage
Dim instance As HeaderFooterFormat
public enum HeaderFooterFormat

Members

Member name Description
Text The header or footer contains plain text. If the plain text contains any special characters (for example, '<' or '&'), they will be escaped, when necessary, as they are written to the output.
Html The header or footer contains properly-formatted HTML and will be converted to the output format.