Exchange Provider::DeleteAddressList

The DeleteAddressList method deletes the address list from the All Address Lists container, by performing the following steps:

  • Removes the address list from the otherWellKnownObjects attribute of the organization.

  • Deletes the address list.

Arguments

Input argument Required Description

Path

Yes

The Lightweight directory access protocol (LDAP) path of the organization associated with this address list.

Remarks

Rollback Calls

The DeleteAddressList method provides no transaction rollback calls.

Sample Code

Example XML Request

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

<request> 
    <data/> 
        <procedure> 
            <execute namespace='Exchange Provider' 
             procedure='DeleteAddressList'> 
                <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::CreateAddressList