Share via


Managed Email 2007::DeleteOABCAS

This procedure removes an offline address book (OAB) client access system (CAS) server from the pool.

Arguments

Input Arguments Type Required Description

<oabCASPool>

string

Yes

The name of the OABCASPool.

<preferredDomainController>

string

Yes

The name of the Active Directory domain controller.

<cas>

string

Yes

The name of the CAS server to be removed from the pool.

Output Arguments Type Description

<oabCASPool>

string

The name of the OAB CAS Pool.

<casServers>

complexType

The CAS server list.

<casServers/ serverName>

string

The name of the CAS server.

Remarks

Security

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

Schema Definition

Input

<executeData> 
        <preferredDomainController>1..1</preferredDomainController> 
        <oabCASPool>1..1</oabCASPool> 
        <cas>1..1</cas> 
</executeData> 

Output

<executeData> 
        <oabCASPool>1..1</oabCASPool> 
        <casServers>1..1 
                <serverName>0..unbounded </serverName> 
        </casServers> 
</executeData> 

Sample Code

Example XML Request

<request> 
  <data> 
    <!--The domain controller to use for Active Directory actions.--> 
    <preferredDomainController>AD01.Fabrikam.Com</preferredDomainController> 
    <!--Name of the OABCASPool.--> 
    <oabCASPool>CasOABPool001</oabCASPool> 
    <!--Name of the CAS server to delete from pool.--> 
    <cas>EXCASOAB01</cas> 
  </data> 
  <procedure> 
    <execute namespace="Managed Email 2007" procedure="DeleteOABCAS" impersonate="1"> 
      <before source="data" sourcePath="preferredDomainController" destination="executeData" mode="move" /> 
      <before source="data" sourcePath="oabCASPool" destination="executeData" mode="move" /> 
      <before source="data" sourcePath="cas" destination="executeData" mode="move" /> 
      <after source="executeData" destination="data" mode="merge" /> 
    </execute> 
  </procedure> 
</request>

Example XML Response

<response> 
        <data> 
                <oabCASPool> 
                        <casServers> 
                                <serverName>EXCAS01</serverName> 
                        </casServers> 
                </oabCASPool> 
        </data> 
</response> 
 

Applies To

  • Hosted Messaging and Collaboration version 4.5

See also

Tasks

Managed Email 2007::AddOABCAS
Managed Email 2007::GetOABCAS