Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |