API Reference

Enum

OutlookEntryIdKind

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Supported address-book EntryID family used by personal distribution-list members.

Inheritance

  • Enum
  • OutlookEntryIdKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const OutlookEntryIdKind Unknown #

Provider or shape is not recognized.

Value: 0
public const OutlookEntryIdKind OneOff #

MAPI One-Off EntryID.

Value: 1
public const OutlookEntryIdKind Contact #

Wrapped contact Message EntryID.

Value: 2
public const OutlookEntryIdKind PersonalDistributionList #

Wrapped personal distribution-list Message EntryID.

Value: 3
public const OutlookEntryIdKind GalUser #

Wrapped GAL mail-user EntryID.

Value: 4
public const OutlookEntryIdKind GalDistributionList #

Wrapped GAL distribution-list EntryID.

Value: 5