NameSpace.AddressLists Property

Outlook Developer Reference

Returns an AddressLists collection representing a collection of the address lists available for this session. Read-only.

Syntax

expression.AddressLists

expression   A variable that represents a NameSpace object.

Remarks

The AddressLists collection represents the root of the address book hierarchy for the current session. A particular AddressList object represents one of the available address books. The type of access you obtain depends on the access permissions granted to you by each individual address book provider.

See Also