_ExchangeUser.DisplayType Property

Definition

Returns olUser which is a constant from the OlDisplayType enumeration representing the nature of the ExchangeUser. Read-only.

C#
public Microsoft.Office.Interop.Outlook.OlDisplayType DisplayType { get; }

Property Value

Remarks

This property corresponds to the MAPI property, PidTagDisplayType.

The ExchangeUser object is derived from the AddressEntry object. It inherits the DisplayType property from the AddressEntry object. In the case of ExchangeUser, DisplayType should always return olUser.

Applies to

Product Versions
Outlook primary interop assembly Latest