Sun Java System Messenger Express 6 2005Q4 Customization Guide

Customizing the Message Screen

The Messenger Express Message screen, shown in Customizing the Message Screen, displays the message selected from the Inbox screen. The Message screen gives the option of replying to the sender, forwarding the message, moving the message to a different folder, or deleting the message. The Message screen also enables navigation to the next or previous message.

Figure 1–2 Messenger Express Message Screen

message screen

Message Screen Functions

Message Screen Functions lists the functions needed to customize the Message screen, including main functions found in main.js and parent functions found in msg_fs.html.

Table 1–4 Message Screen Functions

Item  

Function  

Compose 

main.compose(’new’)

Reply 

main.compose(’reply’)

Reply All 

main.compose(’replyall’)

Forward 

main.compose(’forward’)

Delete and Undelete 

parent.delmsg()

Add Addresses 

parent.addAllAddresses()

Previous 

parent.prev()

Next 

parent.next()

Close 

parent.gotofolder()