RecipientStatus

Contains status information on items that were sent to other users. For example, the sender can track users that have opened, read, and accepted their appointment

Syntax

<RecipientStatus>
<delivered type="dateTime"/>
<undeliverable type="dateTime"/>
<transferred type="dateTime"/>
<transferDelayed type="dateTime"/>
<transferFailed type="TransferFailedStatus"/>
<downloaded type="dateTime"/>
<downloadedByThirdParty type="dateTime"/>
<retractRequested type="dateTime"/>
<retracted type="dateTime"/>
<opened type="dateTime"/>
<deleted type="dateTime"/>
<undeleted type="dateTime"/>
<purged type="dateTime"/>
<accepted type="CommentStatus"/>
<declined type="CommentStatus"/>
<replied type="dateTime"/>
<forwarded type="dateTime"/>
<shared type="dateTime"/>
<started type="dateTime"/>
<completed type="dateTime"/>
<incomplete type="dateTime"/>
<delegated type="DelegatedStatus"/>
<delegateeStatus type="DelegateeStatus" maxOccurs="unbounded"/>

Definitions

delivered

Specifies the delivery date.

undeliverable

Specifies that the item was undeliverable.

transferred

Specifies that the item was successfully transferred outside the GroupWise system.

transferDelayed

Specifies that there is a delay in transferring the item outside the GroupWise system.

transferFailed

Specifies the reason why the transfer outside the GroupWise system failed.

downloaded

Specifies that the item has been downloaded by a GroupWise client to a remote or caching mailbox.

downloadedByThirdParty

Specifies that the item has been downloaded by a third-party application.

retractRequested

Specifies that a retraction of the item from the recipient’s mailbox is in progress.

retracted

Specifies that the retraction of the item from the recipient’s mailbox has been successful.

opened

Specifies that the recipient opened the item.

deleted

Specifies that the recipient deleted the item.

undeleted

Specifies that the recipient undeleted the item.

purged

Specifies that the recipient purged the item.

accepted

Specifies that the recipient accepted the item. There is an optional comment field sent from the recipient during the accept action.

declined

Specifies that the recipient declined the item. There is an optional comment field sent from the recipient during the decline action.

replied

Specifies that the recipient replied the item.

forwarded

Specifies that the recipient forwarded the item.

shared

Specifies that the recipient shared the item.

started

Specifies that the recipient started a workflow item.

completed

Specifies that the recipient completed the item.

incomplete

Specifies that the recipient has not completed the item.

delegated

Specifies that the recipient delegated the item.

Remarks

When you send out a calendar item, recipients can delegate the item. As the sender, you can see the status of the original recipients as well as the recipient the original item was delegated to (delegatee) with the following:

<delegateeStatus type="DelegateeStatus" maxOccurs="unbounded"/>