Returns items from the specified archive database.
<container type="types:uid" /> <view type="types:View"/> <filter type="types:Filter" /> <items type="types:ItemRefList" /> <count type="int" /> <path type="string" /> </getArchiveItemsRequest>
<getArchiveItemsResponse> <items type="types:Items /> <status type="types:Status" /> </getArchiveItemsResponse>
(optional) Specifies the folder, address book, or library container ID. If the container is not specified, the filter is used. If the filter is not present, an error is returned.
Specifies the elements returned for each item. The view reduces the amount of data returned. If a view is not specified, all item elements are returned.
Specifies the items to return based on a filter.
On input, specifies a list of item ids to return.
On return, returns the specified items.
Specifies the number of items to return. If the count element is -1, all items are returned.
Specifies the path to the archive directory. If not specified, the POA oftemp directory is used.
Specifies the error number related to the event. 0 indicates that the request was successful.
Returns the success or failure of the method.
See archiveRequest.