AddressList Object

Outlook Developer Reference

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.

Visual Basic for Applications
  Set myAddressList = Application.Session.AddressLists("Personal Address Book")

See Also