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
Name | Value | Description |
---|---|---|
None | 0 |
No values are set. |
AllowCROnly | 1 |
Shows the necessity of the forced replace of line separators by CRLF. |
PreserveTnefAttachments | 2 |
Controls TNEF attachment load/save behaviour |
See Also
- namespace Aspose.Email
- assembly Aspose.Email