Intercept Send

  • Thread starter Thread starter geekykamikaze
  • Start date Start date
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!
 
Alternatively, can I determine when the focus is lost fro "To" field?
it would be just as good.

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

Hi,

you can trap the Application´s ItemSend event, which has a Cancel
argument.
 
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 "(e-mail address removed)"

Thanks
 
Back
Top