If you handle the ItemAdd event for the Items collection of a folder you
will get that event with an Item object reference when the item is added to
the folder. ItemDelete is pretty useless since it doesn't provide an Item
reference and fires after the item is already deleted.
So you can get the item added to the folder but you won't know where it came
from.