com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MsgLoadOptions



  • public class MsgLoadOptions
    extends LoadOptions

    Allows to specify additional options when loading MailMessage from Msg format.

    • Constructor Detail

      • MsgLoadOptions

        public MsgLoadOptions()

        Initializes a new instance of this class that can be used to loading MailMessage from Msg format.

    • Method Detail

      • getPreserveTnefAttachments

        public final boolean getPreserveTnefAttachments()

        Controls loading TNEF attachment behavior.

      • setPreserveTnefAttachments

        public final void setPreserveTnefAttachments(boolean value)

        Controls loading TNEF attachment behavior.

      • getDecodeClearSignedContent

        public final boolean getDecodeClearSignedContent()

        Gets or sets a value indicating whether clear-signed message will be decoded.

        Value: true if clear-signed message will be decoded; otherwise, false.
      • setDecodeClearSignedContent

        public final void setDecodeClearSignedContent(boolean value)

        Gets or sets a value indicating whether clear-signed message will be decoded.

        Value: true if clear-signed message will be decoded; otherwise, false.
      • getKeepOriginalEmailAddresses

        public final boolean getKeepOriginalEmailAddresses()

        Gets or sets a value indicating whether need keep original email address.

      • setKeepOriginalEmailAddresses

        public final void setKeepOriginalEmailAddresses(boolean value)

        Gets or sets a value indicating whether need keep original email address.