_NameSpace.AddressLists Property
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.
Returns an AddressLists collection representing a collection of the address lists available for this session. Read-only.
public:
property Microsoft::Office::Interop::Outlook::AddressLists ^ AddressLists { Microsoft::Office::Interop::Outlook::AddressLists ^ get(); };
public Microsoft.Office.Interop.Outlook.AddressLists AddressLists { get; }
Public ReadOnly Property AddressLists As AddressLists
Property Value
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.