Using VBA or an Add-in or different automatic method I want to do the following:
When I create a new email and before I send it, I would like to copy the subject of the email and paste it at the beginning of the text message. After sending the email, the recipient will see the subject in the subject box as before and will also see it at the the top of the message.
For example:
Before:
Subject: New Schedule
Message: Monday, Wednesday, Friday
After applying the macro or other automatic methods:
Subject: New Schedule
Message:
New Schedule
Monday, Wednesday, Friday
any Example if possible?