That call will fire an exception in later versions of Outlook.
Is the Inspector window staying open in the cases where item.Close fires but
inspector.Close doesn't fire?
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
<(E-Mail Removed)> wrote in message
news:0a2d1e5f-7dd7-4ac3-bfe3-(E-Mail Removed)...
> Hi
> Just want to confirm an aproach to the inspector close event not
> fireing.
> I am using outlook 2000 and using Ken inspector wrapper code. So
> maintain a collection of keys to wrappers etc. and track item event
> inside the wrapper etc.
>
> So there are use cases when the item close event fires but the
> inspector close event does not.
>
> Is it ok to call the inspector close from the Item close event ? does
> this cause any hangover elsewhere ? as this will call all the disposal
> code ?
>
> Thanks
>
> M