_NameSpace.GetGlobalAddressList Method
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 AddressList object that represents the Exchange Global Address List.
public:
Microsoft::Office::Interop::Outlook::AddressList ^ GetGlobalAddressList();
public Microsoft.Office.Interop.Outlook.AddressList GetGlobalAddressList ();
Public Function GetGlobalAddressList () As AddressList
Returns
An AddressList that represents the Global Address List.
Remarks
GetGlobalAddressList supports only Exchange servers. It returns an error if the Global Address List is not available or cannot be found.
It also returns an error if no connection is available or the user is set to work offline.