I am new to VBA and so I've posted a question on JUST ANSWER regarding the VBA Code described above. I wanted to append every email's subject line (for example "[Derrik's Email]" and then "redirect" the email to my assistant. In this way she sets up a rule on her end to direct all emails with this subject line into a special folder to view my email whenever she wants. The redirect (not forward) is chosen to keep the original sender intact and not make it confusing for my assistant on who it originally came from.

He's pointed me to the VBA code that correctly does this, but instead FORWARDS the email. So we are losing the original sender.

Can anyone point me to the correct way of doing what we want?