RtfToText Constructor (TextExtractionMode)
The RtfToText constructor creates a new RtfToText 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 ( _
textExtractionMode As TextExtractionMode _
)
public RtfToText (
TextExtractionMode textExtractionMode
)
public:
RtfToText (
TextExtractionMode textExtractionMode
)
public RtfToText (
TextExtractionMode textExtractionMode
)
public function RtfToText (
textExtractionMode : TextExtractionMode
)
Parameters
- textExtractionMode
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