itemadd event - determine originating folder

A

aspUser

Hi all
I'm writing a VB.net addin for OL 2000 and OL2002

I need to update a dataset when user moves contact items from one
folder to another. I have itemadd and itemchange events set up for the
folders that I'm monitoring

When user moves the item these events do get fired and I'm able to
determine the destination folder (i.e. the folder that the user moved
the item to) by using item.Parent

How do I determine the folder that the item was moved from?

Please help
 
Top