_ExchangeUser.AddressEntryUserType Property

Definition

Returns olExchangeUserAddressEntry which is a constant from the OlAddressEntryUserType enumeration representing the user type of the ExchangeUser. 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 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.

Applies to