R
Richard
All,
I am writing an Outlook 2000 Add-In .DLL program. I have
applied the necessary knowledge base fixes to enable event
handling in Outlook 2000 and everything is working except
for one thing:
When I make changes to the items in a folder I get the
ItemAdd() event and the ItemChange() event but I do not
ever get the ItemRemove() event.
Repeated testing has determined that this is also true of
the FolderAdd(), FolderChange(), and and FolderRemove()
events; aka the remove event never fires...
Can somebody confirm that this is indeed the case? I have
coded around the problem but I am curious as to whether or
not this is a known issue...
--Richard
I am writing an Outlook 2000 Add-In .DLL program. I have
applied the necessary knowledge base fixes to enable event
handling in Outlook 2000 and everything is working except
for one thing:
When I make changes to the items in a folder I get the
ItemAdd() event and the ItemChange() event but I do not
ever get the ItemRemove() event.
Repeated testing has determined that this is also true of
the FolderAdd(), FolderChange(), and and FolderRemove()
events; aka the remove event never fires...
Can somebody confirm that this is indeed the case? I have
coded around the problem but I am curious as to whether or
not this is a known issue...
--Richard