Unified Messaging 2007 Provider::NewUMMailboxPolicy

This procedure creates a new mailbox policy.

Arguments

Input Arguments Required Description

<name>

Yes

The name for the new mailbox policy.

<umDialPlan>

Yes

The identifier of the dial plan (Not required if umAutoAttendant is specified)

<preferredDomainController>

Yes

Fully qualified name of a domain controller.

<templateInstance>

No

An existing object to be copied for use as the new mailbox policy.

Remarks

Security

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

Sample Code

Example XML Request

<request> 
        <data/> 
        <procedure> 
                <execute namespace=' Unified Messaging 2007 Provider' procedure='NewUMMailboxPolidy'> 
                        <executeData> 
                                <name>mailboxpolicy1</name>  
                                <preferredDomainController>dc01.fabrikam.local</preferredDomainController>   
                                <umDialPlan>DialPlanID</umDialPlan> 
                                < templateInstance >sourcePolicy</ templateInstance >        
                        </executeData> 
                </execute> 
        </procedure> 
</request>

Applies To

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0