Share via


AddressEntry.AddressEntryUserType Property

Returns a constant from the OlAddressEntryUserType enumeration representing the user type of the AddressEntry. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property AddressEntryUserType As OlAddressEntryUserType
    Get
'Usage
Dim instance As AddressEntry
Dim value As OlAddressEntryUserType

value = instance.AddressEntryUserType
OlAddressEntryUserType AddressEntryUserType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlAddressEntryUserType

Remarks

AddressEntryUserType provides a level of granularity for user types that is finer than that of AddressEntry.DisplayType. The DisplayType property does not distinguish users with different types of AddressEntry, such as an AddressEntry that has a Simple Mail Transfer Protocol (SMTP) e-mail address, a Lightweight Directory Access Protocol (LDAP) address, an Exchange user address, or an AddressEntry in the Outlook Contacts Address Book. All these entires have olUser as their AddressEntry.DisplayType.

See Also

Reference

AddressEntry Interface

AddressEntry Members

Microsoft.Office.Interop.Outlook Namespace