Trapping send mail dialog

My requirement is this - When the user presses Esc button a mail send dialog is prsented in the memo form. Even if the user selects the send only option, the email should be saved in the sent folder. Any idea how I can do this?

Thanks

Aniz

Subject: Trapping send mail dialog

If this is so you can store all sent emails from your Domino environment, you might want to turn on Journalling. This is because what is stopping the user after sending the email going into the sent view and deleted said email…

Subject: RE: Trapping send mail dialog

forgot to say:

This does not have to be for all of your users it can be filtered down using MAIL RULES.

Subject: RE: Trapping send mail dialog

Thanks Nathan for your reply. Journaling is not what I am looking at. This is to be used for a single mail file accessed by multiple users. The mail file is used by a particular department in the company. They want the emails to be stored in the sent folder itself. I am thinking of a solution involving mail template modification. Any ideas?