TextToText Constructor (TextToTextConversionMode)
The TextToText constructor creates a new TextToText object with the TextToTextConversionMode specified by mode.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
mode As TextToTextConversionMode _
)
public TextToText (
TextToTextConversionMode mode
)
public:
TextToText (
TextToTextConversionMode mode
)
public TextToText (
TextToTextConversionMode mode
)
public function TextToText (
mode : TextToTextConversionMode
)
Parameters
- mode
A TextToTextConversionMode enumeration value that indicates how text will be converted.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also