com.groupdocs.conversion.filetypes

Class EmailFileType

  • All Implemented Interfaces:
    com.aspose.ms.System.IEquatable<Enumeration>, Serializable, Comparable


    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, EmailFileType#Mht, Msg, Vcf. Learn more about Email formats here.

    See Also:
    Serialized Form
    • Field Detail

      • Msg

        public 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.

      • Eml

        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.

      • Emlx

        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.

      • Vcf

        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.

      • Mbox

        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.

    • Constructor Detail

      • EmailFileType

        public EmailFileType()
        Serialization constructor
    • Method Detail

      • getLoadOptions

        public LoadOptions getLoadOptions()
        Description copied from class: FileType
        Prepared default load options for the source file type
        Overrides:
        getLoadOptions in class FileType
        Returns:
        NULL if there is not file type specific load options
      • getConvertOptions

        public ConvertOptions getConvertOptions()
        Description copied from class: FileType
        Prepared default convert options for the file type
        Overrides:
        getConvertOptions in class FileType
        Returns:
        NULL if the conversion to the type not supported