_NameSpace.GetGlobalAddressList Method

Definition

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.

Applies to