|
Subject:
|
how to override send button of outlook?
|
|
Posted By:
|
ranjithsuman
|
Post Date:
|
5/24/2007 5:28:11 AM
|
hi We created our custom add-in which has send button in it and does the same thing as normal send button of outlook. How do i disable outlook's send button?
(or)
is there any way i can override send button of outlook? i want to add my own code to the normal send button.
we are using OS: XP , framework :2.0 , .net 2005 , VSTO 2005.
regards suman ranjith
|
|
Reply By:
|
alvinjohnbruney
|
Reply Date:
|
10/23/2007 7:14:44 PM
|
I wouldn't recommend it but you can simply unchain the send button's click event.
|
|
Reply By:
|
GRussell31
|
Reply Date:
|
4/17/2008 6:02:53 AM
|
Hi,
I've got a similar request.
We need to override the outlook Send button, to display a message box asking if the attachment should be encrypted. Then we want to reuse the exiting Send functionality after it has been encrypted.
I don't really want to create a Addin to do this, but am thinking this is the only way.
Can anyone help?
Thanks
|