com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MessageFormat



  • public final class MessageFormat
    extends Object

    Represents the mail message format.It can be in eml,msg or mhtml format.

    • Method Detail

      • getTnef

        public static MessageFormat getTnef()

        Indicates message in <b>Tnef</b> format.

      • getHtml

        public static MessageFormat getHtml()

        Indicates message in <b>Html</b> format.

      • getEml

        public static MessageFormat getEml()

        Indicates message in <b>Eml</b> format.

      • getEmlx

        public static MessageFormat getEmlx()

        Indicates message in <b>Emlx</b> format, used by Apple Mail.

      • getMht

        public static MessageFormat getMht()

        Indicates message in <b>Mht</b> format.

      • getMsg

        public static MessageFormat getMsg()

        Indicates message in <b>Msg</b> format, used by Microsoft Outlook.

      • equals

        public boolean equals(Object obj)

        Equalses the specified o.

        Overrides:
        equals in class Object
        Parameters:
        obj - An object to compare
        Returns:
        Returns true if objects are an equal, otherwise returns false.
      • hashCode

        public int hashCode()

        Serves as a hash function for a particular type.

        Overrides:
        hashCode in class Object
        Returns:
        A hash code for the current Object.