Skip to content

Latest commit

 

History

History
29 lines (12 loc) · 1.04 KB

4b52f24d-4864-b424-a2d4-4d04d3e455ea.md

File metadata and controls

29 lines (12 loc) · 1.04 KB

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

Concepts

ExchangeDistributionList Object

Other resources

ExchangeDistributionList Object Members