Enum ExchangeMimeTextFormat
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the MIME text format.
public enum ExchangeMimeTextFormat
Fields
BestBodyFormat = 6
The format is best body format.
HtmlAndTextAlternative = 3
The format is HTML and alternative text.
HtmlOnly = 2
The format is HTML only.
TextEnrichedAndTextAlternative = 5
The format is enriched text and alternative text.
TextEnrichedOnly = 4
The format is enriched text.
TextOnly = 1
The format is text only.
Tnef = 7
The format is transport neutral encapsulation format (TNEF).
Unknown = 0
The format is unknown.