Exchange Provider::DeleteOfflineAddressList

The DeleteOfflineAddressList method deletes the OAL for customers. This method performs the following steps:

  • Removes the OAL from the otherWellKnownObjects attribute of the organization.

  • Deletes the OAL.

Arguments

Input argument Required Description

Path

Yes

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

Remarks

Rollback Calls

The DeleteOfflineAddressList method provides no transaction rollback calls.

Sample Code

Example XML Request

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

<request> 
    <data/> 
        <procedure> 
            <execute namespace='Exchange Provider' 
             procedure='DeleteOfflineAddressList'> 
                <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::CreateOfflineAddressList
Exchange Provider::RebuildOfflineAddressList