| Package | Description |
|---|---|
| com.groupdocs.editor.formats |
The com.groupdocs.editor.formats namespace provides interfaces and classes that describes supported document formats.
|
| com.groupdocs.editor.metadata |
The com.groupdocs.editor.metadata namespace provides classes for describing basic document properties dependent on document type.
|
| Modifier and Type | Field and Description |
|---|---|
static EmailFormats |
EmailFormats.Eml
EML file format represents email messages saved using Outlook and other relevant applications.
|
static EmailFormats |
EmailFormats.Emlx
The EMLX file format is implemented and developed by Apple.
|
static EmailFormats |
EmailFormats.Html
HTML formatted emails.
|
static EmailFormats |
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 |
EmailFormats.Mbox
MBox file format is a generic term that represents a container for collection of electronic mail messages.
|
static EmailFormats |
EmailFormats.Mhtml
MHTML, an initialism of "MIME encapsulation of aggregate HTML documents".
|
static EmailFormats |
EmailFormats.Msg
MSG is a file format used by Microsoft Outlook and Exchange to store email messages, contact, appointment, or other tasks.
|
static EmailFormats |
EmailFormats.Oft
Files with .oft extension are template files that are created using Microsoft Outlook.
|
static EmailFormats |
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 |
EmailFormats.Pst
Files with .pst extension represent Outlook Personal Storage Files (also called Personal Storage Table) that store variety of user information.
|
static EmailFormats |
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 |
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 |
EmailFormats.fromExtension(String extension)
Retrieves an instance of the specified type
EmailFormats that has the specified file extension. |
static EmailFormats |
EmailFormats.fromString(String extension)
Converts a string representing a file extension to a
EmailFormats object. |
| Modifier and Type | Method and Description |
|---|---|
static List<EmailFormats> |
EmailFormats.getAll()
Gets an enumerable collection of all
EmailFormats. |
| Constructor and Description |
|---|
EmailDocumentInfo(EmailFormats format,
long size)
Deprecated.
|
Copyright © 2024. All rights reserved.