Forum Discussion
Saeid Yazdanmehr
Mar 25, 2018Copper Contributor
How to insert the Subject Line inside of the auto reply message body in outlook 365?
I want to develop an AutoReply template where I can include the subject line of the sender inside of my AutoReply body. I want to do something line this:
Thank you for sending your message "RE:...
Anonymous
Mar 26, 2018Check this solution out see if it will work for you. https://www.slipstick.com/exchange/change-office-message-subject/
Saeid Yazdanmehr
Mar 28, 2018Copper Contributor
Thanks, but this does not address the issue at hand. I am not sure if Outlook has a variable fields that we can build a template for the auto reply and insert a field like {SubjectLine} and it automatically insert the subject line in the body of the message.
- Victor_IvanidzeMar 29, 2018Bronze Contributor
Hi Saied,
you have to write a VBA macro/Outlook add-in to do what you want.