msg:changeRecipientStatus

WARNING: This a tag that does an update. It updates the message status of the given recipient.

Syntax
<msg:changeRecipientStatus
   name="..."
   status="..."
   userId="..."?/>
Attributes
name, mandatory, no runtime expressions

Name of the scripting-variable. It must be a Message object.

userId

The id of the user. Default it gets the logged in user.

status, mandatory

The status where you want to change it to. DRAFT, SUBMITTED, SENT, RECEIVED, READ or REPLIED.