com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class HtmlFormatOptions

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


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

    Enumerates the Html 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 None
      No specific settings are specified.
      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.
      • 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
      • WriteCompleteEmailAddress

        public static final int WriteCompleteEmailAddress

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

        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
      • DisplayAsOutlook

        public static final int DisplayAsOutlook

        Indicates that From header will be displayed as in Outlook.

        See Also:
        Constant Field Values