com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class SaveOptions

    • Constructor Detail

      • SaveOptions

        protected SaveOptions()

        Hides the class constructor.

    • Method Detail

      • getCustomProgressHandler

        public final ConversionProgressEventHandler getCustomProgressHandler()

        Represents method that usually supplied by calling side and handles progress events.

      • setCustomProgressHandler

        public final void setCustomProgressHandler(ConversionProgressEventHandler value)

        Represents method that usually supplied by calling side and handles progress events.

      • getMailMessageSaveType

        public final MailMessageSaveType getMailMessageSaveType()

        Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml.

      • setMailMessageSaveType

        public final void setMailMessageSaveType(MailMessageSaveType value)

        Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml.

      • getDefaultEml

        public static EmlSaveOptions getDefaultEml()

        Gets options with default values for saving message to Eml format.

      • getDefaultMsg

        public static MsgSaveOptions getDefaultMsg()

        Gets options with default values for saving message to Msg(ASCII) format.

      • getDefaultMsgUnicode

        public static MsgSaveOptions getDefaultMsgUnicode()

        Gets options with default values for saving message to Msg(Unicode) format.

      • getDefaultMhtml

        public static MhtSaveOptions getDefaultMhtml()

        Gets options with default values for saving message to Mhtml format.

      • getDefaultHtml

        public static HtmlSaveOptions getDefaultHtml()

        Gets options with default values for saving message to Html format.