OlAddressEntryUserType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the type of user for the AddressEntry or object derived from AddressEntry.
public enum class OlAddressEntryUserType
public enum OlAddressEntryUserType
Public Enum OlAddressEntryUserType
- Inheritance
-
OlAddressEntryUserType
Fields
Name | Value | Description |
---|---|---|
olExchangeUserAddressEntry | 0 | An Exchange user that belongs to the same Exchange forest. |
olExchangeDistributionListAddressEntry | 1 | An address entry that is an Exchange distribution list. |
olExchangePublicFolderAddressEntry | 2 | An address entry that is an Exchange public folder. |
olExchangeAgentAddressEntry | 3 | An address entry that is an Exchange agent. |
olExchangeOrganizationAddressEntry | 4 | An address entry that is an Exchange organization. |
olExchangeRemoteUserAddressEntry | 5 | An Exchange user that belongs to a different Exchange forest. |
olOutlookContactAddressEntry | 10 | An address entry in an Outlook Contacts folder. |
olOutlookDistributionListAddressEntry | 11 | An address entry that is an Outlook distribution list. |
olLdapAddressEntry | 20 | An address entry that uses the Lightweight Directory Access Protocol (LDAP). |
olSmtpAddressEntry | 30 | An address entry that uses the Simple Mail Transfer Protocol (SMTP). |
olOtherAddressEntry | 40 | A custom or some other type of address entry such as FAX. |