Inspector Wrapper utlook 2000

  • Thread starter Thread starter Jim
  • Start date Start date
You have to wrap the item like so:
((ItemEvents_10_Event)mailItem).Close += new
ItemEvents_10_CloseEventHandler(mailItem_Close);

in order to get the event to be created or removed. That way you can
override what the current close action is.



regards,



Thaddaeus
 
What language are you using? There definitely is an Inspector.Activate event
and both Inspectors and Items have Close events that you can handle. ItemsCB
shows how to wrap things for VB 6 for an Explorer, the link
http://www.slovaktech.com/code_samples.htm#InspectorWrapper on my Web site
shows how to do it for an Inspector. Both are VB 6 samples.
 

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

Back
Top