Due to some reasons, I'm not allowed to touch Domino server but would like to make my plugin be able to modify email content right before it's being sent in client side. All comes up in my mind is to add a listener or somehow to hook the 'send' button of a message, which holds on when being clicked and runs my codes, and then sends the message. Is there anyone knowing about this trick, or any other way to meet the same purpose? Thanks. BTW: I'm using Lotus Toolkit in Java.
Update: I found a very similar question here:Lotus Notes - Java UI - Eclipse plugin But I found Querysend only exists in NotesUIDocument of LotusScript but not Java. Strange.