Item.RetractAll

Retracts the specified sent item.

Parameter

Item.comment

Specifies the comment to include with the retraction of an item.

Item.drn (Required)

Specifies the GroupWise identifier of the item to be purged (can occur multiple times so that several items can be purged with a single transaction).

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

As a result of the action performed, this method returns Item.action.folderUpdate to indicate that the folder list view might need to be updated.

If this method was specified as a submethod of Item.Action and Item.UpdateList was specified, it returns the same values as Folder.Open. Otherwise, nothing else is returned.

Example

<A href="/servlet webacc?User.context=xyz&action=
Item.RetractAll&Item.drn=533z8z"> Retract from all Mailboxes </A>