AddressList object (Outlook)

Represents an address book that contains a set of AddressEntry objects.

Remarks

The AddressList object is an address book that contains a set of AddressEntry objects.

The AddressList object supplies a list of address entries to which a messaging system can deliver messages. An AddressList object represents one address book container available under the transport provider's address book hierarchy for the current session. The entire hierarchy is available through the parent AddressLists object.

Example

The following example retrieves an AddressList object that represents the Personal Address List.

Set myAddressList = Application.Session.AddressLists("Personal Address Book")

Methods

Name
GetContactsFolder

Properties

Name
AddressEntries
AddressListType
Application
Class
ID
Index
IsInitialAddressList
IsReadOnly
Name
Parent
PropertyAccessor
ResolutionOrder
Session

See also

AddressList Object Members Outlook Object Model Reference

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.