public class EmailFormats
extends com.groupdocs.editor.formats.abstraction.DocumentFormatBase
| Modifier and Type | Field and Description |
|---|---|
static EmailFormats |
Eml
EML file format represents email messages saved using Outlook and other relevant applications.
|
static EmailFormats |
Emlx
The EMLX file format is implemented and developed by Apple.
|
static EmailFormats |
Html
HTML formatted emails.
|
static EmailFormats |
Ics
The Internet Calendaring and Scheduling Core Object Specification (iCalendar) is an internet standard (RFC 2445) for exchanging and deploying calendaring events and scheduling.
|
static EmailFormats |
Mbox
MBox file format is a generic term that represents a container for collection of electronic mail messages.
|
static EmailFormats |
Mhtml
MHTML, an initialism of "MIME encapsulation of aggregate HTML documents".
|
static EmailFormats |
Msg
MSG is a file format used by Microsoft Outlook and Exchange to store email messages, contact, appointment, or other tasks.
|
static EmailFormats |
Oft
Files with .oft extension are template files that are created using Microsoft Outlook.
|
static EmailFormats |
Ost
Offline Storage Table (OST) file represents user’s mailbox data in offline mode on local machine upon registration with Exchange Server using Microsoft Outlook.
|
static EmailFormats |
Pst
Files with .pst extension represent Outlook Personal Storage Files (also called Personal Storage Table) that store variety of user information.
|
static EmailFormats |
Tnef
Transport Neutral Encapsulation Format (TNEF) is a Microsoft proprietary format for encapsulating email attachments based on Messaging Application Programming Interface (MAPI).
|
static EmailFormats |
Vcf
VCF (Virtual Card Format) or vCard is a digital file format for storing contact information.
|
| Modifier and Type | Method and Description |
|---|---|
static EmailFormats |
fromExtension(String extension)
Retrieves an instance of the specified type
EmailFormats that has the specified file extension. |
static EmailFormats |
fromString(String extension)
Converts a string representing a file extension to a
EmailFormats object. |
static List<EmailFormats> |
getAll()
Gets an enumerable collection of all
EmailFormats. |
equals, equals, fromExtension, fromMime, getExtension, getFormatFamily, getMime, hashCode, toStringareEqual, areNotEqual, equals, equalsName, fromId, fromName, fromName, fromValue, getAll, getId, getName, notEqualsName, toInt, toString, toStringpublic static final EmailFormats Eml
EML file format represents email messages saved using Outlook and other relevant applications.
Learn more about this file format <a href="https://docs.fileformat.com/email/eml/">here</a>.
public static final EmailFormats 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 <a href="https://docs.fileformat.com/email/emlx/">here</a>.
public static final EmailFormats Html
HTML formatted emails.
public static final EmailFormats Ics
The Internet Calendaring and Scheduling Core Object Specification (iCalendar) is an internet standard (RFC 2445) for exchanging and deploying calendaring events and scheduling.
Learn more about this file format <a href="https://docs.fileformat.com/email/ics/">here</a>.
public static final EmailFormats Mbox
MBox file format is a generic term that represents a container for collection of electronic mail messages.
Learn more about this file format <a href="https://docs.fileformat.com/email/mbox/">here</a>.
public static final EmailFormats Mhtml
MHTML, an initialism of "MIME encapsulation of aggregate HTML documents".
public static final EmailFormats 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 <a href="https://docs.fileformat.com/email/msg/">here</a>.
public static final EmailFormats Oft
Files with .oft extension are template files that are created using Microsoft Outlook.
Learn more about this file format <a href="https://docs.fileformat.com/email/oft/">here</a>.
public static final EmailFormats Ost
Offline Storage Table (OST) file represents user’s mailbox data in offline mode on local machine upon registration with Exchange Server using Microsoft Outlook.
Learn more about this file format <a href="https://docs.fileformat.com/email/ost/">here</a>.
public static final EmailFormats Pst
Files with .pst extension represent Outlook Personal Storage Files (also called Personal Storage Table) that store variety of user information.
Learn more about this file format <a href="https://docs.fileformat.com/email/pst/">here</a>.
public static final EmailFormats Tnef
Transport Neutral Encapsulation Format (TNEF) is a Microsoft proprietary format for encapsulating email attachments based on Messaging Application Programming Interface (MAPI).
Learn more about this file format <a href="https://docs.fileformat.com/email/tnef/">here</a>.
public static final EmailFormats Vcf
VCF (Virtual Card Format) or vCard is a digital file format for storing contact information.
Learn more about this file format <a href="https://docs.fileformat.com/email/vcf/">here</a>.
public static EmailFormats fromExtension(String extension)
Retrieves an instance of the specified type EmailFormats that has the specified file extension.
extension - The file extension of the document format.EmailFormats with the specified file extension.IllegalArgumentException - Thrown when no matching document format is found.public static EmailFormats fromString(String extension)
Converts a string representing a file extension to a EmailFormats object.
extension - The file extension to convert. If the extension contains multiple periods, the part after the last period is used.EmailFormats object corresponding to the specified file extension.EmailFormats - Thrown when the specified file extension is null.public static List<EmailFormats> getAll()
Gets an enumerable collection of all EmailFormats.
IEnumerable{EmailFormats} containing all instances of EmailFormats.Copyright © 2024. All rights reserved.