AddressEntry.DisplayType Property

Definition

Returns a constant belonging to the OlDisplayType enumeration that describes the nature of the AddressEntry. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::OlDisplayType DisplayType { Microsoft::Office::Interop::Outlook::OlDisplayType get(); };
public Microsoft.Office.Interop.Outlook.OlDisplayType DisplayType { get; }
Public ReadOnly Property DisplayType As OlDisplayType

Property Value

Remarks

You can use the DisplayType property to filter address entries. The DisplayType property corresponds to the MAPI property PidTagDisplayType.

Applies to