_ExchangeUser.DisplayType Property
Returns olUser which is a constant from the OlDisplayType enumeration representing the nature of the ExchangeUser. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property DisplayType As OlDisplayType
Get
'Usage
Dim instance As _ExchangeUser
Dim value As OlDisplayType
value = instance.DisplayType
[DispIdAttribute()]
OlDisplayType DisplayType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlDisplayType
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.