Exchange Provider::DeleteGlobalAddressList

This DeleteGlobalAddressList method removes the GAL from the All Global Address Lists and also updates the Exchange configuration container to reflect the changes. This method performs the following steps:

  1. Removes the GAL from the otherWellKnownObjects attribute of the organization.

  2. Removes the GAL from the globalAddressList attribute of the Microsoft Exchange configuration container.

  3. Deletes the GAL.

Arguments

Input argument Required Description

Path

Yes

The Lightweight directory access protocol (LDAP) path of the organization.

Remarks

Rollback Calls

The DeleteGlobalAddressList method provides no transaction rollback calls.

Sample Code

Example XML Request

The following is an example of an XML request for the DeleteGlobalAddressList method of the Exchange Provider:

<request> 
    <data/> 
        <procedure> 
            <execute namespace='Exchange Provider' 
             procedure='DeleteGlobalAddressList'> 
                <executeData> 
                    <path> 
                 LDAP://fabrikam.com/ 
                 OU=litware,OU=consolidatedmessenger,DC=fabrikam, 
                 DC=com 
                </path> 
                </executeData> 
            </execute> 
        </procedure> 
</request> 

Example XML Response

No example XML response.

Applies To

Exchange Provider API for:

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

See also

Tasks

Exchange Provider::CreateGlobalAddressList