_ExchangeDistributionList.AddressEntryUserType Property
Returns olExchangeDistributionListAddressEntry which is a constant from the OlAddressEntryUserType enumeration representing the user type 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 AddressEntryUserType As OlAddressEntryUserType
Get
'Usage
Dim instance As _ExchangeDistributionList
Dim value As OlAddressEntryUserType
value = instance.AddressEntryUserType
[DispIdAttribute()]
OlAddressEntryUserType AddressEntryUserType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlAddressEntryUserType
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
Reference
_ExchangeDistributionList Interface