AddressEntry.DisplayType Property
Returns a constant belonging to the OlDisplayType enumeration that describes the nature of the AddressEntry. 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 AddressEntry
Dim value As OlDisplayType
value = instance.DisplayType
[DispIdAttribute()]
OlDisplayType DisplayType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlDisplayType
Remarks
You can use the DisplayType property to filter address entries. The DisplayType property corresponds to the MAPI property PidTagDisplayType.