Forum Discussion

Saeid Yazdanmehr's avatar
Saeid Yazdanmehr
Copper Contributor
Mar 25, 2018

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: $SubjectLine". I will get back to you within 24 hours.

 

What are the variable listings for Outlook 365?

 

Regards,


Saeid

5 Replies

  • Check this solution out see if it will work for you. https://www.slipstick.com/exchange/change-office-message-subject/
    • Saeid Yazdanmehr's avatar
      Saeid Yazdanmehr
      Copper 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_Ivanidze's avatar
        Victor_Ivanidze
        Bronze Contributor

        Hi Saied,

         

        you have to write a VBA macro/Outlook add-in to do what you want.

         

    • Saeid Yazdanmehr's avatar
      Saeid Yazdanmehr
      Copper Contributor

      Thanks, but it does not. All the solutions do not have any Outlook cmdlet that we can use in adding more fields inside an email body?? Do you know if there is any cmdlet library for outlook?

       

      Thanks,


      Saeid

Resources