With Outlook 2003 you will need to get the MAPIFolder.Items collection of
any folder you want to monitor for items being moved/added to it and handle
the ItemAdd() event for each of those Items collections.
ItemRemove() on the Items collection of source folders will fire after the
item is moved and won't give you a handle to what was moved, so that
wouldn't help you.