HtmlToText Constructor (TextExtractionMode)
The HtmlToText constructor creates a new HtmlToText object and allows you to specify the text extraction mode.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
mode As TextExtractionMode _
)
public HtmlToText (
TextExtractionMode mode
)
public:
HtmlToText (
TextExtractionMode mode
)
public HtmlToText (
TextExtractionMode mode
)
public function HtmlToText (
mode : TextExtractionMode
)
Parameters
- mode
A TextExtractionMode enumeration value specifying whether or not to preserve formatting in extracted text.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also