Deleting a mailbox by using XML

Use the DeleteMailbox procedure of the Managed Exchange namespace to delete an Exchange 2000 Server mailbox for a user.

This procedure performs explicit internal permissions testing. Only members of admins@organization and domain administrators can call this procedure.

Example of a request that calls the DeleteMailbox procedure

<request>
  <procedure>
	<execute namespace="Managed Exchange" procedure="DeleteMailbox">
	<executeData>
		<path>LDAP://cn=user1,ou=contosoOrg,ou=Hosting,dc=contoso,dc=com</path>
	</executeData>
	</execute>
  </procedure>
</request>

Input for DeleteMailbox

The following input is valid for this request:

Typical response for DeleteMailbox

The response to this procedure does not contain significant data.

Important