Sun Java System Portal Server Mobile Access 7.1 Tag Library Reference

deletemessage

Description

Deletes an email message from the current folder. If an error occurs during processing, the tag body will be evaluated and the remainder of the page will be skipped.

Tag Body

JSP

Restrictions

n/a

Attributes

The tag has the following attributes for which the Required value is “Yes”:

index

Identifies message to delete. index specifies an entry within the current messages collection.

Properties

n/a

Example(s)
<%-- deletemessage tag example --%>
<mail:context/>
...
...
<mail:deletemessage index="$(idx)">
<p>Fail.
</mail:deletemessage>
...