com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MsgSaveOptions



  • public class MsgSaveOptions
    extends SaveOptions

    This class allows the user to specify additional settings when saving a MailMessage in the Msg(ASCII) and Msg(Unicode) format.

    • Constructor Detail

      • MsgSaveOptions

        public MsgSaveOptions(MailMessageSaveType saveType)

        Initializes a new instance of this class that can be used to save a MailMessage in the Msg(ASCII) and Msg(Unicode) format.

    • Method Detail

      • getPreserveOriginalDates

        public final boolean getPreserveOriginalDates()

        Gets or sets a value indicating whether it is necessary to generate new saving and modification dates when saving a message.

      • setPreserveOriginalDates

        public final void setPreserveOriginalDates(boolean value)

        Gets or sets a value indicating whether it is necessary to generate new saving and modification dates when saving a message.

      • getPreserveSignature

        public final boolean getPreserveSignature()

        Set to true, if signature is to be preserved.

      • setPreserveSignature

        public final void setPreserveSignature(boolean value)

        Set to true, if signature is to be preserved.

      • getSaveAsTemplate

        public final boolean getSaveAsTemplate()

        Set to true, if need to be saved as Outlook File Template(OFT format).

      • setSaveAsTemplate

        public final void setSaveAsTemplate(boolean value)

        Set to true, if need to be saved as Outlook File Template(OFT format).