Trap Reply Event

  • Thread starter Thread starter technoloG
  • Start date Start date
T

technoloG

I have an Outlook Addin-in that creates a toolbar within an Inspector
window..when the user clicks the Reply Button, a response email is to
be generated with a "Thank you for your email blah blah blah", this
works fine. My only problem is that another Inspector window is
opening up as well which is not what I need, I'm not trapping the Reply

event correctly...Anyone have any example code of how to trap the Reply

Event?
 
So if you remove all the code from the Reply event and simply set Cancel to
true, does the inspector still gets shown?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Woohooo, man that did it, thanks alot :D
I put the Cancel = true at the end of the method, did the trick, thanks
so much :D
 
Back
Top