D
DaveG
I'm programming a COM Add-in using C#. I'm puzzling over the best way to
process "remove" events for the Items collection of a MAPIfolder. I've set
up an event handler for the event. Things work fine for Add and Change
events since the added or changed item is passed to the event handler.
There is no information passed to the event handler for a Remove event.
Does anyone know of a way to discover what Item was removed, or from what
folder?
Thanks!
Dave G.
process "remove" events for the Items collection of a MAPIfolder. I've set
up an event handler for the event. Things work fine for Add and Change
events since the added or changed item is passed to the event handler.
There is no information passed to the event handler for a Remove event.
Does anyone know of a way to discover what Item was removed, or from what
folder?
Thanks!
Dave G.