FileCompatibilityMode
Contents
[
Hide
]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 name | Description |
---|---|
NONE | No values are set. |
ALLOW_CR_ONLY | Shows the necessity of the forced replace of line separators by CRLF. |
PRESERVE_TNEF_ATTACHMENTS | Controls 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
- namespace aspose.email
- assembly Aspose.Email