Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
RegisterMailboxMoveOut SOAP Command

Register Mailbox move out.
This request is invoked by move destination server against move source server to signal the start of a mailbox move. The receiving server registers a move-out. This helps prevent simultaneous moves of the same mailbox.

ALREADY_BEING_MOVED_OUT fault will be returned if mailbox is already in the middle of a move.

Network edition only API TRUE
Authorization token required true
Admin Authorization token required true

RegisterMailboxMoveOutRequest

    <RegisterMailboxMoveOutRequest> ## RegisterMailboxMoveOutRequest
        <account name="{account-email-address}" dest="{dest-hostname}" /> ## MailboxMoveSpec
    </RegisterMailboxMoveOutRequest>

The following table describes elements and attributes you can define within a <RegisterMailboxMoveOutRequest> element:

XPath Required / Optional Description
/account Required (only 1) Specification for Mailbox move
/account@name Required (only 1) Type:String
Account email address
/account@dest Required (only 1) Type:String
Hostname of destination server

RegisterMailboxMoveOutResponse

    <RegisterMailboxMoveOutResponse /> ## RegisterMailboxMoveOutResponse