Share via


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
ReadOnly Property DisplayType As OlDisplayType
    Get
'Usage
Dim instance As AddressEntry
Dim value As OlDisplayType

value = instance.DisplayType
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 PR_DISPLAY_TYPE.

See Also

Reference

AddressEntry Interface

AddressEntry Members

Microsoft.Office.Interop.Outlook Namespace