Enum 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.

[Flags]
public enum FileCompatibilityMode

Values

NameValueDescription
None0No values are set.
AllowCROnly1Shows the necessity of the forced replace of line separators by CRLF.
PreserveTnefAttachments2Controls 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