Share via


Hosted Exchange::RebuildOfflineAddressList

This parameter rebuilds an organization's Offline Address Book.

Arguments

Input argument Required Description

<path>

Yes

The Lightweight Directory Access Protocol (LDAP) path of the organization.

<preferredDomainController>

Yes

Remarks

Access Level

Public.

Provisioning Steps

  1. Hosted Exchange::GetOrgOfflineAddressList_

  2. Active Directory Provider::Make Path Domain Controller Specific

  3. Exchange Provider::RebuildOfflineAddressList

Security

  • Impersonate caller.

  • Procedure ACL'd to only allow MPSOabUpdateAccts execution rights. This is a manual step documented in ref architecture deployment.

Sample Code

Example XML Request

<request xmlns:xsl="https://www.w3.org/1999/XSL/Transform">   
        <procedure xmlns:xsl='https://www.w3.org/1999/XSL/Transform'>    
                <execute namespace="Hosted Exchange" procedure="RebuildOfflineAddressList"  impersonate="1">       
                        <executeData>         
                                <path>LDAP://OU=alpineskihouse,OU=consolidatedmessenger,OU=Hosting,DC=fabrikam,DC=Com</path>         
                                <preferredDomainController>AD01.fabrikam.com</preferredDomainController>       
                        </executeData>       
                <after source="executeData" destination="data" mode="merge" />     
                </execute>   
        </procedure> 
</request>

Example XML Response

No example XML response.

Applies To

Hosted Exchange Namespace API for:

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

See also

Tasks

Hosted Exchange::CreateOrganizationAddressLists