TextToTextConversionMode Enumeration
The TextToTextConversionMode enumeration controls how text will be converted.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration TextToTextConversionMode
'Usage
Dim instance As TextToTextConversionMode
public enum TextToTextConversionMode
Members
Member name | Description | |
---|---|---|
ConvertCodePageOnly | Indicates that characters will only be translated from one code page to another. In this mode, wrapping and other transformations cannot be performed. For example, no text injection will occur. | |
Normal | Indicates that input text will be parsed and new line characters will be normalized. |