Overview | Service | Command |
Returns the version info for a mailbox.
Mailbox move uses this request to prevent a move to an older server.
Network edition only API | TRUE |
Authorization token required | true |
Admin Authorization token required | true |
<GetMailboxVersionRequest> ## GetMailboxVersionRequest
<account name="{name}" /> ## Name
</GetMailboxVersionRequest>
The following table describes elements and attributes you can define within a
<GetMailboxVersionRequest>
element:
XPath | Required / Optional | Description |
/account | Required (only 1) | Account email address |
/account@name | Required (only 1) | Type:String Name |
<GetMailboxVersionResponse> ## GetMailboxVersionResponse
<account mbxid="{mailbox-id} (int)" majorVer="{mailbox-major-version} (short)"
minorVer="{mailbox-minor-version} (short)" dbVer="{db-schema-version} (int)"
indexVer="{search-index-version} (int)" /> ## MailboxVersionInfo
</GetMailboxVersionResponse>
The following table describes elements and attributes you can define within a
<GetMailboxVersionResponse>
element:
XPath | Required / Optional | Description |
/account | Required (only 1) | Mailbox Version information |
/account@mbxid | Required (only 1) | Type:int Mailbox ID |
/account@majorVer | Required (only 1) | Type:short Major version of mailbox |
/account@minorVer | Required (only 1) | Type:short Minor version of mailbox |
/account@dbVer | Required (only 1) | Type:int Database schema version |
/account@indexVer | Required (only 1) | Type:int Search index version |