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. |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
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.
|
|