com.aspose.email
Class FileFormat

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

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

Specifies the file format used to store messages, calendar events, and other items.


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 Ost
           Off-line Storage Table (.ost file format).
static int Pst
           Personal Storage Table (.pst file format).
 
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

Pst

public static final int Pst

Personal Storage Table (.pst file format).

See Also:
Constant Field Values

Ost

public static final int Ost

Off-line Storage Table (.ost file format).

See Also:
Constant Field Values


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