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