_ExchangeDistributionList.AddressEntryUserType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns olExchangeDistributionListAddressEntry which is a constant from the OlAddressEntryUserType enumeration representing the user type of the ExchangeDistributionList. Read-only.
public:
property Microsoft::Office::Interop::Outlook::OlAddressEntryUserType AddressEntryUserType { Microsoft::Office::Interop::Outlook::OlAddressEntryUserType get(); };
public Microsoft.Office.Interop.Outlook.OlAddressEntryUserType AddressEntryUserType { get; }
Public ReadOnly Property AddressEntryUserType As OlAddressEntryUserType
Property Value
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.