Unified Messaging 2007 Provider::RemoveUMMailboxPolicy

This procedure removes and existing mailbox policy.

Arguments

Input Arguments Required Description

<identity>

Yes

The identifier for the object. This can be in the form of a AD Object path, GUID, DN, Domain/SamAccountName, UPN, LegacyExchangeDN, SMTPAddress or Alias.

Dd251576.note(en-us,TechNet.10).gifNote
sAMAccountName cannot be longer than 20 characters. See SAM-Account-Name Attribute for more information.

<preferredDomainController>

Yes

The fully qualified name of a domain controller.

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='RemoveUMMailboxPolicy'> 
                        <executeData> 
                                <identity>mailboxpolicy1</indentity> 
                                <preferredDomainController>dc01.fabrikam.local</preferredDomainController> 
                        </executeData> 
                </execute> 
        </procedure> 
</request>

Applies To

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0