Exchange Provider::DeleteExchangeVirtualDirectory

The DeleteExchangeVirtualDirectory method, deletes the virtual directory for a hosted organization.

Arguments

Input argument Required Description

Server

Yes

The Exchange server name. It is unnecessary to specify whether this is a front-end or back-end server.

ServerInstance

Yes

An instance ID of the virtual server on which to delete the virtual directory.

Name

Yes

The name of the virtual directory. This parameters should not include the character "." in the virtual directory name specification.

Remarks

Rollback Calls

The DeleteExchangeVirtualDirectory method provides no transaction rollback calls.

Sample Code

Example XML Request

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

<request> 
    <data/> 
        <procedure> 
            <execute namespace='Exchange Provider' 
             procedure='DeleteExchangeVirtualDirectory'> 
                <executeData> 
                <Server>Exchserv1</Server> 
                <serverInstance>1</serverInstance> 
                <name>litware</name> 
                </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::CreateExchangeVirtualDirectory