06-18-2009, 10:23 AM
Hi
I would like to change the behaviour of the email Send button in Outlook 2003 and Outlook 2007.
I would like to prompt for a folder to save the message in after it is sent.
My simple function below is triggered when the Outlook 2007 edit-email Send button is clicked or the Alt-S accelerator key is pressed.
However, the default Outlook send action is also triggered.
Can I prevent the default behaviour of the Send button happening?
Thanks,
John
Function test2
Trigger $a 133 -4 "" "Button" "" "&Send" "rctrl_renwnd32"
I would like to change the behaviour of the email Send button in Outlook 2003 and Outlook 2007.
I would like to prompt for a folder to save the message in after it is sent.
My simple function below is triggered when the Outlook 2007 edit-email Send button is clicked or the Alt-S accelerator key is pressed.
However, the default Outlook send action is also triggered.
Can I prevent the default behaviour of the Send button happening?
Thanks,
John
Function test2
Trigger $a 133 -4 "" "Button" "" "&Send" "rctrl_renwnd32"