OlAddressListType 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 AddressList.
public enum class OlAddressListType
public enum OlAddressListType
Public Enum OlAddressListType
- Inheritance
-
OlAddressListType
Fields
Name | Value | Description |
---|---|---|
olExchangeGlobalAddressList | 0 | An Exchange Global Address List. |
olExchangeContainer | 1 | A container for address lists on an Exchange server. |
olOutlookAddressList | 2 | An address list that corresponds to the Outlook Contacts Address Book. |
olOutlookLdapAddressList | 3 | An address list that uses the Lightweight Directory Access Protocol (LDAP). |
olCustomAddressList | 4 | A custom address book provider. |