com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ContactFieldsSet

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


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

    Enumerates the groups of Contact fields that will be included in resultant mhtml file.

    • 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 AllExisting
      Indicates that all existing fields will be included in resultant mhtml file.
      static int ElectronicAddresses
      Indicates that ElectronicAddresses fields will be included in resultant mhtml file.
      static int Events
      Indicates that Events fields will be included in resultant mhtml file.
      static int NameInfo
      Indicates that NameInfo fields will be included in resultant mhtml file.
      static int None
      Indicates that none fields will be included in resultant mhtml file.
      static int OtherFields
      Indicates that OtherFields fields will be included in resultant mhtml file.
      static int PersonalInfo
      Indicates that PersonalInfo fields will be included in resultant mhtml file.
      static int PhysicalAddresses
      Indicates that PhysicalAddresses fields will be included in resultant mhtml file.
      static int ProfessionalInfo
      Indicates that ProfessionalInfo fields will be included in resultant mhtml file.
      static int Telephones
      Indicates that Telephones fields will be included in resultant mhtml file.
      • 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

      • None

        public static final int None

        Indicates that none fields will be included in resultant mhtml file. Only NOTE of contact will be displayed in html body.

        See Also:
        Constant Field Values
      • NameInfo

        public static final int NameInfo

        Indicates that NameInfo fields will be included in resultant mhtml file.

        See Also:
        Constant Field Values
      • PersonalInfo

        public static final int PersonalInfo

        Indicates that PersonalInfo fields will be included in resultant mhtml file.

        See Also:
        Constant Field Values
      • ProfessionalInfo

        public static final int ProfessionalInfo

        Indicates that ProfessionalInfo fields will be included in resultant mhtml file.

        See Also:
        Constant Field Values
      • PhysicalAddresses

        public static final int PhysicalAddresses

        Indicates that PhysicalAddresses fields will be included in resultant mhtml file.

        See Also:
        Constant Field Values
      • Telephones

        public static final int Telephones

        Indicates that Telephones fields will be included in resultant mhtml file.

        See Also:
        Constant Field Values
      • ElectronicAddresses

        public static final int ElectronicAddresses

        Indicates that ElectronicAddresses fields will be included in resultant mhtml file.

        See Also:
        Constant Field Values
      • Events

        public static final int Events

        Indicates that Events fields will be included in resultant mhtml file.

        See Also:
        Constant Field Values
      • OtherFields

        public static final int OtherFields

        Indicates that OtherFields fields will be included in resultant mhtml file.

        See Also:
        Constant Field Values
      • AllExisting

        public static final int AllExisting

        Indicates that all existing fields will be included in resultant mhtml file.

        See Also:
        Constant Field Values