public final class MapiDistributionListEntryIdType
extends com.aspose.ms.System.Enum
Specifies the type of EntryID.
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.
|
Constructor and Description |
---|
MapiDistributionListEntryIdType()
Constructor for MapiDistributionListEntryIdType.
|
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
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.