How to send a signature with the 'Send Outlook Mail Message' activity?

Hi @jcab if you want to add a signature to your Outlook message email body, here are 2 ways.

One is to create an html file for it, no images. Read that html file, output in a variable, and append it to your email body. Make sure to check isBodyHtml.

The 2nd way is to fetch your own default Outlook email signature. It should be sitting somewhere inside %AppData%\Microsoft\Signature\Default English - Main.htm. Exact path may vary depending on how your microsoft folder is structured. Caveat is that images won’t work.

I created a post about this topic here if you’d like to check it out. :slight_smile: Hope this helps!

1 Like