Can I catch the Event of Closing Inspector from DLL addin in Outlo

B

Bert_Bert

I have a code that filters "IPM.Task.ScheduleTask" items and displays listbox.

Not to duplicate all the settings fields from the form, when user clicks the
listbox, it opens the associated Item. When user finishes and changes some
values, he saves/closes the item.

I would like to catch the Event that the item inspector is closed to update
the data only in the one item, or, at least in all items, I do not mind in
that point of time to refresh all items.

But is there any way to Catch this event ?
I have read something about InitHandler Procedure
Set colInsp = objOutlook.Inspectors
?? declare with Withevents

but to be honest I do not understand quite fully whether it applies to my
situation

thank you
 

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