Enum ExchangeRichTextMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the rich text mode.
public enum ExchangeRichTextMode
Fields
Always = 1
Always use rich text format.
Never = 2
Never use rich text format.
Unknown = 0
The mode is unknown.
UserSpecified = 3
User settings will be used.