ItemAdd in Deleted Items event doesnt fire after a while
I think I did the right one on this. I declare it as a class like how u
put it
myFolders = MAPIFolder....
myItems = myFolders.Items;
myItems.ItemAdd += new ...
but i still face the problem. Any other idea how to solve this?
|