OlAddressEntryUserType Enumeration

Represents the type of user for the AddressEntry or object derived from AddressEntry.

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

Syntax

'Declaration
Public Enumeration OlAddressEntryUserType
'Usage
Dim instance As OlAddressEntryUserType
public enum OlAddressEntryUserType

Members

Member name Description
olExchangeUserAddressEntry An Exchange user that belongs to the same Exchange forest.
olExchangeDistributionListAddressEntry An address entry that is an Exchange distribution list.
olExchangePublicFolderAddressEntry An address entry that is an Exchange public folder.
olExchangeAgentAddressEntry An address entry that is an Exchange agent.
olExchangeOrganizationAddressEntry An address entry that is an Exchange organization.
olExchangeRemoteUserAddressEntry An Exchange user that belongs to a different Exchange forest.
olOutlookContactAddressEntry An address entry in an Outlook Contacts folder.
olOutlookDistributionListAddressEntry An address entry that is an Outlook distribution list.
olLdapAddressEntry An address entry that uses the Lightweight Directory Access Protocol (LDAP).
olSmtpAddressEntry An address entry that uses the Simple Mail Transfer Protocol (SMTP).
olOtherAddressEntry A custom or some other type of address entry such as FAX.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Enumerate the Entries in the Global Address List

How to: Get Members of an Exchange Distribution List

How to: Get the SMTP Address of the Sender of a Mail Item