public final class EmailFileType extends FileType implements Serializable
Defines Email file formats that are used by email applications to store their various data including email messages, attachments, folders, address books etc.
Includes the following file types:
Eml,
Emlx,
Msg,
Vcf.
Pst.
Ost.
Olm.
Learn more about Email formats here.
| Modifier and Type | Field and Description |
|---|---|
static EmailFileType |
Eml
EML file format represents email messages saved using Outlook and other relevant applications.
|
static EmailFileType |
Emlx
The EMLX file format is implemented and developed by Apple.
|
static EmailFileType |
Mbox
MBox file format is a generic term that represents a container for collection of electronic mail messages.
|
static EmailFileType |
Msg
MSG is a file format used by Microsoft Outlook and Exchange to store email messages, contact, appointment, or other tasks.
|
static EmailFileType |
Olm
A file with .olm extension is a Microsoft Outlook file for Mac Operating System.
|
static EmailFileType |
Ost
OST or Offline Storage Files represent user's mailbox data in offline mode on local machine upon registration with Exchange Server using Microsoft Outlook.
|
static EmailFileType |
Pst
Files with .PST extension represent Outlook Personal Storage Files (also called Personal Storage Table) that store variety of user information.
|
static EmailFileType |
Vcf
VCF (Virtual Card Format) or vCard is a digital file format for storing contact information.
|
| Constructor and Description |
|---|
EmailFileType()
Serialization constructor
|
| Modifier and Type | Method and Description |
|---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
equals, equals, fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, hashCode, isObsolete, toStringcompareTo, fromDisplayName, fromValue, getAll, op_Equality, op_Inequalitypublic static final EmailFileType Msg
MSG is a file format used by Microsoft Outlook and Exchange to store email messages, contact, appointment, or other tasks. Learn more about this file format here.
public static final EmailFileType Eml
EML file format represents email messages saved using Outlook and other relevant applications. Almost all emailing clients support this file format for its compliance with RFC-822 Internet Message Format Standard. Learn more about this file format here.
public static final EmailFileType Emlx
The EMLX file format is implemented and developed by Apple. The Apple Mail application uses the EMLX file format for exporting the emails. Learn more about this file format here.
public static final EmailFileType Vcf
VCF (Virtual Card Format) or vCard is a digital file format for storing contact information. The format is widely used for data interchange among popular information exchange applications. Learn more about this file format here.
public static final EmailFileType Mbox
MBox file format is a generic term that represents a container for collection of electronic mail messages. The messages are stored inside the container along with their attachments. Learn more about this file format here.
public static final EmailFileType Pst
public static final EmailFileType Ost
public static final EmailFileType Olm
public LoadOptions getLoadOptions()
FileTypegetLoadOptions in class FileTypepublic ConvertOptions getConvertOptions()
FileTypegetConvertOptions in class FileTypeCopyright © 2025. All rights reserved.