DXOutlookItemsEvents::ProcessItemRemove()

Add-in Express™ Support Service
That's what is more important than anything else

DXOutlookItemsEvents::ProcessItemRemove()
Not called if there is only one item in the folder 
FTGMan




Posts: 31
Joined: 2007-02-09
DXOutlookItemsEvents::ProcessItemRemove() is not being called for the last item in a folder. What is the reason and how do I detect that the last item has been deleted.
Posted 19 Feb, 2007 09:41:07 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi FTGMan.

It looks like a bug in Outlook. Please try to use the ProcessBeforeDelete event handler of the 'Outlook Item Events' class. However you will have to connect to an item when it is selected in the Outlook explorer.


P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 19 Feb, 2007 10:43:18 Top