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