com.aspose.network
Class FileCompatibilityMode

java.lang.Object
  extended by com.aspose.network.FileCompatibilityMode

public final class FileCompatibilityMode
extends Object

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

STRICT

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

ALLOW_CR_ONLY

public static final int ALLOW_CR_ONLY

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

See Also:
Constant Field Values

PRESERVE_TNEF_ATTACHMENTS

public static final int PRESERVE_TNEF_ATTACHMENTS

Controls TNEF attachment load/save behaviour

See Also:
Constant Field Values

MOST_COMPATIBLE

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


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.