Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.28 KB

Outlook.ExchangeDistributionList.AddressEntryUserType.md

File metadata and controls

36 lines (21 loc) · 1.28 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ExchangeDistributionList.AddressEntryUserType property (Outlook)
vbaol11.chm2127
vbaol11.chm2127
Outlook.ExchangeDistributionList.AddressEntryUserType
4b52f24d-4864-b424-a2d4-4d04d3e455ea
06/08/2017
medium

ExchangeDistributionList.AddressEntryUserType property (Outlook)

Returns olExchangeDistributionListAddressEntry which is a constant from the OlAddressEntryUserType enumeration representing the user type of the ExchangeDistributionList. Read-only.

Syntax

expression. AddressEntryUserType

expression A variable that represents an ExchangeDistributionList object.

Remarks

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

See also

ExchangeDistributionList Object

[!includeSupport and feedback]