Overview | Service | Command |
Purge moved mailbox. Following a successful mailbox move to a new server, the mailbox on the old server remains. This allows manually checking the new mailbox to confirm the move worked. Afterwards, PurgeMovedMailboxRequest should be used to remove the old mailbox and reclaim the space.
Network edition only API | TRUE |
Authorization token required | true |
Admin Authorization token required | true |
<PurgeMovedMailboxRequest [forceDeleteBlobs="{force delete blobs from store.} (0|1)"]> ## PurgeMovedMailboxRequest
<mbox name="{name}" /> ## Name
</PurgeMovedMailboxRequest>
The following table describes elements and attributes you can define within a
<PurgeMovedMailboxRequest>
element:
XPath | Required / Optional | Description |
@forceDeleteBlobs | Optional (0 or 1) | Type:0|1 force delete blobs from store. |
/mbox | Required (only 1) | Mailbox specification |
/mbox@name | Required (only 1) | Type:String Name |
<PurgeMovedMailboxResponse> ## PurgeMovedMailboxResponse
<mbox server="{server-hostname}" mbxid="{purged-mailbox-id} (int)" /> ## PurgeMovedMailboxInfo
</PurgeMovedMailboxResponse>
The following table describes elements and attributes you can define within a
<PurgeMovedMailboxResponse>
element:
XPath | Required / Optional | Description |
/mbox | Required (only 1) | Information about purged mailbxo |
/mbox@server | Required (only 1) | Type:String Hostname of server the purge took place on |
/mbox@mbxid | Required (only 1) | Type:int Purged mailbox ID |