Click or drag to resize

MapiDistributionListEntryIdType Enumeration

Specifies the type of EntryID.

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum MapiDistributionListEntryIdType
Members
  Member nameValueDescription
OneOff0 Designates a one-off EntryID. The EntryID must be a One-Off EntryID structure.
Contact3 EntryID of a Contact object. The EntryID must be a Message EntryID structure.
DistributionList4 EntryID of a Personal Distribution List object. The EntryID must be a Message EntryID structure.
GalMailUser5 EntryID of a mail user in the GAL. The EntryID must be an Address Book EntryID structure.
GalDistributionList6 EntryID of a distribution list in the GAL. The EntryID must be an Address Book EntryID structure.
See Also