EmailFileType Class
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. Mbox. Learn more about Email formats here.
Inheritance Hierarchy
SystemObject
  GroupDocs.Conversion.ContractsEnumeration
    GroupDocs.Conversion.FileTypesFileType
      GroupDocs.Conversion.FileTypesEmailFileType

Namespace: GroupDocs.Conversion.FileTypes
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
[SerializableAttribute]
public sealed class EmailFileType : FileType

The EmailFileType type exposes the following members.

Constructors
  NameDescription
Public methodEmailFileType
Serialization constructor
Properties
  NameDescription
Public propertyDescription
File type description
(Inherited from FileType.)
Public propertyExtension
The file extension
(Inherited from FileType.)
Public propertyFamily
The file family
(Inherited from FileType.)
Public propertyFileFormat
The file format
(Inherited from FileType.)
Methods
  NameDescription
Public methodCompareTo
Compares current object to other.
(Inherited from Enumeration.)
Public methodEquals(Object)
Determines whether two object instances are equal.
(Inherited from Enumeration.)
Public methodEquals(Enumeration)
Determines whether two object instances are equal.
(Inherited from Enumeration.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Enumeration.)
Public methodGetType (Inherited from Object.)
Public methodToString
String representation
(Inherited from FileType.)
Fields
  NameDescription
Public fieldStatic memberEml
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 fieldStatic memberEmlx
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 fieldStatic memberMbox
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 fieldStatic memberMsg
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 fieldStatic memberVcf
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.
See Also