com.aspose.email
Class MapiDistributionListEntryIdType

java.lang.Object
  extended by com.aspose.email.ms.java.Enum
      extended by com.aspose.email.MapiDistributionListEntryIdType

public final class MapiDistributionListEntryIdType
extends com.aspose.email.ms.java.Enum

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

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()


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.