_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)
'Declaration
<DispIdAttribute()> _
ReadOnly Property DisplayType As OlDisplayType
Get
'Usage
Dim instance As _ExchangeDistributionList
Dim value As OlDisplayType
value = instance.DisplayType
[DispIdAttribute()]
OlDisplayType DisplayType { get; }
Type: Microsoft.Office.Interop.Outlook.OlDisplayType
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.
_ExchangeDistributionList Interface