|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.ms.java.Enum
com.aspose.email.FileCompatibilityMode
public final class FileCompatibilityMode
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum |
---|
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
AllowCROnly
Shows the necessity of the forced replace of line separators by CRLF. |
static int |
MostCompatible
Deprecated. |
static int |
PreserveTnefAttachments
Controls TNEF attachment load/save behaviour |
static int |
SkipValidityChecking
Sets whether to skip checking on rfc conformity while loading message. |
static int |
Strict
Deprecated. |
Fields inherited from class com.aspose.email.ms.java.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.email.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Deprecated public static final int Strict
public static final int AllowCROnly
Shows the necessity of the forced replace of line separators by CRLF.
public static final int PreserveTnefAttachments
Controls TNEF attachment load/save behaviour
public static final int SkipValidityChecking
Sets whether to skip checking on rfc conformity while loading message.
@Deprecated public static final int MostCompatible
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |