com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class TransferEncoding

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


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

    Specifies the Content-Transfer-Encoding header information.

    • 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 Base64
      Base64 encoding that encodes stream-based data.
      static int Binary
      The binary encoding.
      static int BinHex
      The binary-to-hexadecimal encoding.
      static int EightBit
      The data is in 8-bit characters.
      static int QuotedPrintable
      Quoted-printable, is an encoding using printable ASCII characters.
      static int SevenBit
      The data is in 7-bit US-ASCII characters.
      static int Unknown
      The transfer encoding is unknown.
      static int UUEncode
      UUEncoding that encodes binary data for transmission over the uucp mail system.
      • 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

      • Unknown

        public static final int Unknown

        The transfer encoding is unknown.

        See Also:
        Constant Field Values
      • SevenBit

        public static final int SevenBit

        The data is in 7-bit US-ASCII characters.

        See Also:
        Constant Field Values
      • EightBit

        public static final int EightBit

        The data is in 8-bit characters.

        See Also:
        Constant Field Values
      • QuotedPrintable

        public static final int QuotedPrintable

        Quoted-printable, is an encoding using printable ASCII characters.

        See Also:
        Constant Field Values
      • Base64

        public static final int Base64

        Base64 encoding that encodes stream-based data.

        See Also:
        Constant Field Values
      • UUEncode

        public static final int UUEncode

        UUEncoding that encodes binary data for transmission over the uucp mail system.

        See Also:
        Constant Field Values
      • BinHex

        public static final int BinHex

        The binary-to-hexadecimal encoding.

        See Also:
        Constant Field Values