public final class FileFormatType
extends com.aspose.ms.System.Enum
Enumerates file format types.
Modifier and Type | Field and Description |
---|---|
static int |
Eml
File in the MIME standard.
|
static int |
Emlx
Apple's Mail.app program file format.
|
static int |
Ics
iCalendar file format.
|
static int |
Mbox
File format used for holding collections of electronic mail messages.
|
static int |
Mht
File is a Single File Web Page, also known as a Web Archive file.
|
static int |
Msg
Outlook MSG file format.
|
static int |
Oft
Outlook MSG file format for message template.
|
static int |
Ost
Outlook Data Files format for for offline mode.
|
static int |
Pst
Outlook Data Files format.
|
static int |
Tnef
Transport Neutral Encapsulation Format.
|
static int |
Unknown
Unknown file format.
|
static int |
Vcf
vCard file format.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unknown
Unknown file format.
public static final int Msg
Outlook MSG file format.
public static final int Eml
File in the MIME standard.
public static final int Mht
File is a Single File Web Page, also known as a Web Archive file.
public static final int Emlx
Apple's Mail.app program file format.
public static final int Ics
iCalendar file format.
public static final int Vcf
vCard file format.
public static final int Ost
Outlook Data Files format for for offline mode.
public static final int Pst
Outlook Data Files format.
public static final int Tnef
Transport Neutral Encapsulation Format.
public static final int Mbox
File format used for holding collections of electronic mail messages.
public static final int Oft
Outlook MSG file format for message template.