|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.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.
| Field Summary | |
|---|---|
static int |
ALLOW_CR_ONLY
Shows the necessity of the forced replace of line separators by CRLF. |
static int |
MOST_COMPATIBLE
Deprecated. |
static int |
PRESERVE_TNEF_ATTACHMENTS
Controls TNEF attachment load/save behaviour |
static int |
STRICT
Deprecated. |
| Method Summary |
|---|
| 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 ALLOW_CR_ONLY
Shows the necessity of the forced replace of line separators by CRLF.
public static final int PRESERVE_TNEF_ATTACHMENTS
Controls TNEF attachment load/save behaviour
@Deprecated public static final int MOST_COMPATIBLE
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||