TextExtractionMode Enumeration
The TextExtractionMode enumeration contains values that specify how text will be extracted.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration TextExtractionMode
'Usage
Dim instance As TextExtractionMode
public enum TextExtractionMode
Members
Member name | Description | |
---|---|---|
NormalConversion | Indicates that formatting will be preserved in extracted text. | |
ExtractText | Indicates that the text only is to be extracted. Any formatting will be ignored. |