com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MailMessageSaveType



  • public final class MailMessageSaveType
    extends Object

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

    • Method Detail

      • 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.
      • getEmlFormat

        public static MailMessageSaveType getEmlFormat()

        Gets the eml.

        Value: The eml.
      • getEmlxFormat

        public static MailMessageSaveType getEmlxFormat()

        Gets the emlx.

        Value: The emlx.
      • getMHtmlFormat

        public static MailMessageSaveType getMHtmlFormat()

        Gets the MHT.

        Value: The MHT.
      • getOutlookMessageFormat

        public static MailMessageSaveType getOutlookMessageFormat()

        Gets the MSG.

        Value: The MSG.
      • getOutlookMessageFormatUnicode

        public static MailMessageSaveType getOutlookMessageFormatUnicode()

        Gets the MSG.

        Value: The MSG.
      • getHtmlFormat

        public static MailMessageSaveType getHtmlFormat()

        Gets the Html.

        Value: The Html.