Share via


Hosted Exchange::InitializeHostedExchange

This procedure initializes the Hosted Exchange Namespace. Note that this procedure is only called once when you are setting up the Hosted Exchange provisioning system.

Arguments

Input argument Required Description

<preferredDomainController>

Yes

Remarks

Security

Impersonate caller.

Sample Code

Example XML Request

<request>   
        <procedure>    
                <execute namespace="Hosted Exchange" procedure="InitializeHosted Exchange" impersonate="1">       
                        <executeData>         
                                <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::InitializeNamespaceSecurity