com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiDistributionListEntryIdType

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


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

    Specifies the type of EntryID.

    • 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 Contact
      EntryID of a Contact object.
      static int DistributionList
      EntryID of a Personal Distribution List object.
      static int GalDistributionList
      EntryID of a distribution list in the GAL.
      static int GalMailUser
      EntryID of a mail user in the GAL.
      static int OneOff
      Designates a one-off EntryID.
      • 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

      • OneOff

        public static final int OneOff

        Designates a one-off EntryID. The EntryID must be a One-Off EntryID structure.

        See Also:
        Constant Field Values
      • Contact

        public static final int Contact

        EntryID of a Contact object. The EntryID must be a Message EntryID structure.

        See Also:
        Constant Field Values
      • DistributionList

        public static final int DistributionList

        EntryID of a Personal Distribution List object. The EntryID must be a Message EntryID structure.

        See Also:
        Constant Field Values
      • GalMailUser

        public static final int GalMailUser

        EntryID of a mail user in the GAL. The EntryID must be an Address Book EntryID structure.

        See Also:
        Constant Field Values
      • GalDistributionList

        public static final int GalDistributionList

        EntryID of a distribution list in the GAL. The EntryID must be an Address Book EntryID structure.

        See Also:
        Constant Field Values
    • Constructor Detail

      • MapiDistributionListEntryIdType

        public MapiDistributionListEntryIdType()

        Constructor for MapiDistributionListEntryIdType.