Item Open event does not occurs every time

S

sfradel

I used the X4UTools C# example for wrapping up the new inspectors and
the Contact items.
But Item Open event does not occur all the times when i use the next
button.

_Item.Open += new
Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler(_Item_Open);

The Inspector activate,deactivate and close events are handled only
when Item Open Handler is invoked. I also hande the Item Close event to
remove the events and force the removal of the inspector from the
collection but the inpector button is added in Item open handler.

Can i do something to catch the Item open event or this is an outlook
bug?
 

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