_ExchangeDistributionList.DisplayType Property

Definition

Returns olDistList which is a constant from the OlDisplayType enumeration representing the nature of the ExchangeDistributionList. 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

This property corresponds to the MAPI property PidTagDisplayType.

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

Applies to