Strange Inspector behavior

  • Thread starter Vladimir Chtchetkine
  • Start date
V

Vladimir Chtchetkine

In some cases I cancel item open (set Cancel to true in ItemEvents_10 Open
event handler). And what I've noticed in this case is that Inspector which
tried to open this item never gets Close event until Outlook exits. On exit
though all these "hanging up" inspectors receive Close event. Is that
something normal our do I have a flaw in my code that prevents Inspector
from closing normally?



TIA,



Vladimir
 
H

Helmut Obertanner

When did you release the reference to this Inspector that you want to close
?

Regards, Helmut Obertanner
 
Top