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
<DispIdAttribute()> _
ReadOnly Property DisplayType As OlDisplayType
    Get
'Usage
Dim instance As _ExchangeDistributionList
Dim value As OlDisplayType

value = instance.DisplayType
[DispIdAttribute()]
OlDisplayType DisplayType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlDisplayType

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

Reference

_ExchangeDistributionList Interface

_ExchangeDistributionList Members

Microsoft.Office.Interop.Outlook Namespace