Share via


Managed Email 2007::DeleteOfflineAddressBook

This procedure deletes the offline address book for a business organization.

Arguments

Input Arguments Type Required Description

<preferredDomainController>

string

Yes

The name of the Active Directory domain controller.

<organization>

string

Yes

The LDAP path of the organization object that is associated with the address list.

<outlookClient>

enum

No

Specifies what type of OAB to delete. For Legacy or All, should call Exchange 2007 OAB Resource Manager to release the resource. Enum:

  • Outlook2007

  • Legacy

  • All

Default: Legacy

Remarks

Security

The caller must be at least a member of role: UserCreators.

Schema Definition

Input

<executeData> 
        <preferredDomainController>1..1</preferredDomainController> 
        <organization>1..1</organization> 
        <outlookClient>0..1</outlookClientoabType> 
</executeData> 

Output

<executeData>1..1 </executeData>

Sample Code

Example XML Request

<request> 
  <data> 
    <!--The domain controller to use for Active Directory actions.--> 
    <preferredDomainController>AD01.Fabrikam.Com</preferredDomainController> 
    <!--The LDAP path of the organization object that is associated with the address list.--> 
    <organization>LDAP://OU=AlpineSkiHouse,OU=ConsolidatedMessenger,OU=Hosting,DC=fabrikam,DC=com</organization> 
    <!--Specifies what type of OAB to delete. For Public folder based OAB, should call Exchange 2007 OAB Resource Manager to release the resource.--> 
    <outlookClient>Legacy</outlookClient> 
  </data> 
  <procedure> 
    <execute namespace="Managed Email 2007" procedure="DeleteOfflineAddressBook" impersonate="1"> 
      <before source="data" sourcePath="preferredDomainController" destination="executeData" mode="move" /> 
      <before source="data" sourcePath="organization" destination="executeData" mode="move" /> 
      <before source="data" sourcePath="outlookClient" destination="executeData" mode="move" /> 
      <after source="executeData" destination="data" mode="merge" /> 
    </execute> 
  </procedure> 
</request>

Example XML Response

<response>  
<data /> 
</response> 
 

Applies To

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

See also

Tasks

Managed Email 2007::CreateOfflineAddressBook
Managed Email 2007::ModifyOfflineAddressBook
Managed Email 2007::RebuildOfflineAddressBook