Share via


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")

See Also

Concepts

AddressList Object Members

Outlook Object Model Reference