com.aspose.email
Class FileCompatibilityMode

java.lang.Object
  extended by com.aspose.email.ms.java.Enum
      extended by com.aspose.email.FileCompatibilityMode

public final class FileCompatibilityMode
extends com.aspose.email.ms.java.Enum

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 None
           No values are set.
static int PreserveTnefAttachments
           Controls TNEF attachment load/save behaviour
static int SkipValidityChecking
           Sets whether to skip checking on rfc conformity while loading message.
 
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

None

public static final int None

No values are set.

See Also:
Constant Field Values

AllowCROnly

public static final int AllowCROnly

Shows the necessity of the forced replace of line separators by CRLF.

See Also:
Constant Field Values

PreserveTnefAttachments

public static final int PreserveTnefAttachments

Controls TNEF attachment load/save behaviour

See Also:
Constant Field Values

SkipValidityChecking

public static final int SkipValidityChecking

Sets whether to skip checking on rfc conformity while loading message.

See Also:
Constant Field Values


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.