I'm struggling to find a definitive answer to what must be a reasonably common problem?
My boss has folders in their inbox for members of the team, but doesn't want to move the emails there until they have been read out of the inbox. So I am trying to write a macro which follows these logical steps:
For each mailitem in inbox:
Check if read
Check sender name
select case True
sender name like existing folder name
move item to corresponding folder name
next mailitem
Can you help me put this together, I'm rather lost at sea on this one!!
Phil