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 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

Strict

@Deprecated
public static final int Strict
Deprecated. 
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

MostCompatible

@Deprecated
public static final int MostCompatible
Deprecated. 
See Also:
Constant Field Values


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