Archive message store requests

To view the details of messages in the archive message store, use the <archived> tag as a subtag to the <condition> tag. If the tag is omitted, the report only contains messages from the server message store.

To determine if a message exists in the archive message store, use the <archived> tag as a subtag to the <request> tag.

Example

The following request returns true if testRequest exists in the archive message store, and false if it exists in the server message store.

<request>
 <requestID>testRequest</requestID>
 <status/>
 <archived/>
</request>