ExchangeDistributionList.DisplayType Property (Outlook)

Returns olDistList which is a constant from the OlDisplayType enumeration representing the nature of the ExchangeDistributionList. Read-only.

Version Information

Version Added: Outlook 2007

Syntax

expression .DisplayType

expression A variable that represents an ExchangeDistributionList object.

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.

See Also

Concepts

ExchangeDistributionList Object Members

ExchangeDistributionList Object