com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MhtFormatOptions

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.email.MhtFormatOptions


  • public final class MhtFormatOptions
    extends com.aspose.ms.System.Enum

    Enumerates the Mht format options

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int DisplayAsOutlook
      Indicates that From header will be displayed as in Outlook.
      static int HideExtraPrintHeader
      Indicates that PageHeader will be unvisible.
      static int NoEncodeCharacters
      Indicates that no transfer encoding of characters should be used.
      static int None
      No specific settings are specified.
      static int RenderCalendarEvent
      Indicates that text from calendar event should be written in output mhtml.
      static int RenderTaskFields
      Indicates that the specific Task fields should be written in output mhtml.
      static int RenderVCardInfo
      Indicates that text from VCard AlternativeView should be written in output mhtml.
      static int SkipByteOrderMarkInBody
      Indicates that Byte Order Mark(BOM) bytes should be written to body.
      static int WriteCompleteBccEmailAddress
      Indicates that complete e-mail address should be written in 'Bcc' header.
      static int WriteCompleteCcEmailAddress
      Indicates that complete e-mail address should be written in 'Cc' header.
      static int WriteCompleteEmailAddress
      Indicates that complete e-mail address should be written in all email headers.
      static int WriteCompleteFromEmailAddress
      Indicates that complete e-mail address should be written in 'From' header.
      static int WriteCompleteToEmailAddress
      Indicates that complete e-mail address should be written in 'To' header.
      static int WriteHeader
      Indicates that header information should be written.
      static int WriteOutlineAttachments
      Indicates that outline attachments should be written.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • WriteHeader

        public static final int WriteHeader

        Indicates that header information should be written.

        See Also:
        Constant Field Values
      • WriteOutlineAttachments

        public static final int WriteOutlineAttachments

        Indicates that outline attachments should be written.

        See Also:
        Constant Field Values
      • WriteCompleteEmailAddress

        public static final int WriteCompleteEmailAddress

        Indicates that complete e-mail address should be written in all email headers.

        See Also:
        Constant Field Values
      • NoEncodeCharacters

        public static final int NoEncodeCharacters

        Indicates that no transfer encoding of characters should be used.

        See Also:
        Constant Field Values
      • HideExtraPrintHeader

        public static final int HideExtraPrintHeader

        Indicates that PageHeader will be unvisible.

        See Also:
        Constant Field Values
      • WriteCompleteToEmailAddress

        public static final int WriteCompleteToEmailAddress

        Indicates that complete e-mail address should be written in 'To' header.

        See Also:
        Constant Field Values
      • WriteCompleteFromEmailAddress

        public static final int WriteCompleteFromEmailAddress

        Indicates that complete e-mail address should be written in 'From' header.

        See Also:
        Constant Field Values
      • WriteCompleteCcEmailAddress

        public static final int WriteCompleteCcEmailAddress

        Indicates that complete e-mail address should be written in 'Cc' header.

        See Also:
        Constant Field Values
      • WriteCompleteBccEmailAddress

        public static final int WriteCompleteBccEmailAddress

        Indicates that complete e-mail address should be written in 'Bcc' header.

        See Also:
        Constant Field Values
      • RenderCalendarEvent

        public static final int RenderCalendarEvent

        Indicates that text from calendar event should be written in output mhtml.

        See Also:
        Constant Field Values
      • SkipByteOrderMarkInBody

        public static final int SkipByteOrderMarkInBody

        Indicates that Byte Order Mark(BOM) bytes should be written to body.

        See Also:
        Constant Field Values
      • RenderVCardInfo

        public static final int RenderVCardInfo

        Indicates that text from VCard AlternativeView should be written in output mhtml.

        See Also:
        Constant Field Values
      • DisplayAsOutlook

        public static final int DisplayAsOutlook

        Indicates that From header will be displayed as in Outlook.

        See Also:
        Constant Field Values
      • RenderTaskFields

        public static final int RenderTaskFields

        Indicates that the specific Task fields should be written in output mhtml.

        See Also:
        Constant Field Values