|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.ms.java.Enum
com.aspose.email.MapiDistributionListEntryIdType
public final class MapiDistributionListEntryIdType
Specifies the type of EntryID.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum |
---|
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
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.email.ms.java.Enum |
---|
EnumSeparatorCharArray |
Constructor Summary | |
---|---|
MapiDistributionListEntryIdType()
|
Method Summary |
---|
Methods inherited from class com.aspose.email.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int OneOff
Designates a one-off EntryID. The EntryID must be a One-Off EntryID structure.
public static final int Contact
EntryID of a Contact object. The EntryID must be a Message EntryID structure.
public static final int DistributionList
EntryID of a Personal Distribution List object. The EntryID must be a Message EntryID structure.
public static final int GalMailUser
EntryID of a mail user in the GAL. The EntryID must be an Address Book EntryID structure.
public static final int GalDistributionList
EntryID of a distribution list in the GAL. The EntryID must be an Address Book EntryID structure.
Constructor Detail |
---|
public MapiDistributionListEntryIdType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |