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.
JSP
n/a
The tag has the following attributes for which the Required value is “Yes”:
Identifies message to delete. index specifies an entry within the current messages collection.
n/a
<%-- deletemessage tag example --%> <mail:context/> ... ... <mail:deletemessage index="$(idx)"> <p>Fail. </mail:deletemessage> ...