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