Share via


_ExchangeDistributionList.DisplayType Property

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

value = instance.DisplayType
OlDisplayType DisplayType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlDisplayType

Remarks

This property corresponds to the MAPI property PR_DISPLAY_TYPE.

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

Reference

_ExchangeDistributionList Interface

_ExchangeDistributionList Members

Microsoft.Office.Interop.Outlook Namespace