Outlook deleting mail as delegate should delete to delegators del.

R

rachmaninov

If you are a delegate in Outlook and delete an item from the delegators inbox
it is deleted to your inbox. Arguably the item should be deleted to the
delegators inbox. Whilst this may be by design, there is a problem in that
if you drag and drop the item into the delegators deleted items, it then
appears in your own deleted items and must be then dragged from there into
the delegators inbox. This does not happen if you set up a shortcut to the
delegator's deleted items and call it something other than 'Deleted Items'.
I suspect that a list is being traversed and it moves the item into the first
folder with a matching name as the folder it is intended for. Better to
determine folder to move the item into via a unique folder ID hidden from the
user, not the folder name...
 
Top