Trap Reply Event

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?
 
D

Dmitry Streblechenko

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
 
T

technoloG

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top