Share via


Managed Email 2007::ModifyOABCASPool

This procedure modifies an offline address book (OAB) client access system (CAS) Pool in the Active Directory.

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

<isDefault>

boolean

No

This parameter marks the pool as the default pool.

<poolTag>

string

No

A free-form text representing the pool.

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> 
        <isDefault>0..1</isDefault> 
        <poolTag>0..1</poolTag> 
</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> 
    <!--Name of the OABCASPool.--> 
    <oabCASPool>CasOABPool001</oabCASPool> 
    <!--Specify whether to mark this pool as default pool.--> 
    <isDefault>true</isDefault> 
    <!--A free form text representing the pool.--> 
    <poolTag>Non HA</poolTag> 
  </data> 
  <procedure> 
    <execute namespace="Managed Email 2007" procedure="ModifyOABCASPool" impersonate="1"> 
      <before source="data" sourcePath="preferredDomainController" destination="executeData" mode="move" /> 
      <before source="data" sourcePath="oabCASPool" destination="executeData" mode="move" /> 
      <before source="data" sourcePath="isDefault" destination="executeData" mode="move" /> 
      <before source="data" sourcePath="poolTag" destination="executeData" mode="move" /> 
      <after source="executeData" destination="data" mode="merge" /> 
    </execute> 
  </procedure> 
</request> 

Applies To

  • Hosted Messaging and Collaboration version 4.5

See also

Tasks

Managed Email 2007::CreateOABCASPool
Managed Email 2007::GetOABCASPools
Managed Email 2007::GetOABCASPoolDefault
Managed Email 2007::RemoveOABCASPool
Managed Email 2007::SetOABCASPoolDefault