restoreItemRequest

The restoreItemRequest is used to restore an item that has been archived by a third party using the archive WSDL and schema. See the stubbing/archive documentation for more information.

Request

<restoreItemRequest>
   <id type="types:uid"/>
   <item type="types:Items"/>
</restoreItemRequest>

Response

<restoreItemResponse>
   <id type="types:uid"/>
   <status type="types:Status"/>
</restoreItemResponce>

Elements

id

Stubbed item id.

item

Item to be restored. It is the item that was archived by the third party.

status

Returns the success or failure of the method.

Remarks

GroupWise has a phantom item called a stub that represent the archived item. When an item is restored with restoreItemRequest, the stub needs to be removed from the mailbox and replaced by the item.