Item.MarkRead

Marks an item as having been read.

Parameters

Item.drn (Required)

Specifies the GroupWise identifier of the item to be marked. So that several items can be marked with a single transaction, this parameter can occur multiple times.

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

Item.MarkRead returns Item.action.folderUpdate to indicate that the folder list view might need to be updated.

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

Example

<A href="/servlet/webacc?User.context=xyz&action=
Item.ActionRead&Item.MarkRead=&Item.drn=533z8z"> Mark Item Read </A>