_ExchangeUser.AddressEntryUserType Property
Returns olExchangeUserAddressEntry which is a constant from the OlAddressEntryUserType enumeration representing the user type of the ExchangeUser. 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 _ExchangeUser
Dim value As OlAddressEntryUserType
value = instance.AddressEntryUserType
[DispIdAttribute()]
OlAddressEntryUserType AddressEntryUserType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlAddressEntryUserType
Remarks
The ExchangeUser object is derived from the AddressEntry object. It inherits the AddressEntryUserType property from the AddressEntry object. In the case of ExchangeUser, AddressEntryUserType should always return olExchangeUserAddressEntry.