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
<DispIdAttribute()> _
ReadOnly Property AddressEntryUserType As OlAddressEntryUserType
Get
'Usage
Dim instance As AddressEntry
Dim value As OlAddressEntryUserType
value = instance.AddressEntryUserType
[DispIdAttribute()]
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
Microsoft.Office.Interop.Outlook Namespace