MapiDistributionListEntryIdType Enumeration |
Specifies the type of EntryID.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum MapiDistributionListEntryIdType
Public Enumeration MapiDistributionListEntryIdType
public enum class MapiDistributionListEntryIdType
type MapiDistributionListEntryIdType
Members
| Member name | Value | Description |
---|
| OneOff | 0 |
Designates a one-off EntryID.
The EntryID must be a One-Off EntryID structure.
|
| Contact | 3 |
EntryID of a Contact object.
The EntryID must be a Message EntryID structure.
|
| DistributionList | 4 |
EntryID of a Personal Distribution List object.
The EntryID must be a Message EntryID structure.
|
| GalMailUser | 5 |
EntryID of a mail user in the GAL.
The EntryID must be an Address Book EntryID structure.
|
| GalDistributionList | 6 |
EntryID of a distribution list in the GAL.
The EntryID must be an Address Book EntryID structure.
|
See Also