Intercept Send

G

geekykamikaze

Hi
Is there a way to intercept the "Send" button click?
I want to stick some code when user clicks on "Send" button in Outlook
to validate email address entered.

Thanks in advance!
 
G

geekykamikaze

Alternatively, can I determine when the focus is lost fro "To" field?
it would be just as good.

Thanks
 
M

Michael Bauer

Am 14 Aug 2005 19:57:45 -0700 schrieb geekykamikaze:

Hi,

you can trap the Application´s ItemSend event, which has a Cancel
argument.
 
G

geekykamikaze

Yeah, I have tried ItemSend before posting this thread. The poblem is
that when the input something like "1234". Outlook pops up a message to
suggest a name. I'm trying to intercept the process before that kicks
in so I can stick address at the end of the input. ie "[email protected]"

Thanks
 
Top