G
Guest
Hi
I'm writing a OutLook Add-in using VS 2005, C# and VSTO. In the Application
_ItemSend event I do a check for number of recipients and then if more then
one I show the user a message box and set cancel to true. The message stays
open and the user can remove the extra email address and then click send.
This second time the Application_ItemSend event code is not called. Do I need
to do something else to get the event to fire after cancel is set to true?
Thanks John
I'm writing a OutLook Add-in using VS 2005, C# and VSTO. In the Application
_ItemSend event I do a check for number of recipients and then if more then
one I show the user a message box and set cancel to true. The message stays
open and the user can remove the extra email address and then click send.
This second time the Application_ItemSend event code is not called. Do I need
to do something else to get the event to fire after cancel is set to true?
Thanks John