FileCompatibilityMode

FileCompatibilityMode enumeration

Defines inner conversions,
that are necessarily to be done when loading
or saving a message.
By default CR is not replaces by CRLF,
Tnef-attachment is not saved.

Members

Member nameDescription
NONENo values are set.
ALLOW_CR_ONLYShows the necessity of the forced replace
of line separators by CRLF.
PRESERVE_TNEF_ATTACHMENTSControls TNEF attachment saving behaviour.
This option affects messages whose winmail.dat TNEF attachment (if present) was decoded at loading.
If the option is set, the previously decoded and extracted TNEF will be encoded and packaged again into the winmail.dat attachment during message saving.
By default the option isn’t set.

See Also