Forum Discussion
Sonja_Cicchetti
Oct 08, 2020Copper Contributor
Automatic Replies in Outlook - Insert Image n/a - PLEASE BRING IT BACK!!!
We use O365 for our business needs and recently came to learn that the insert image function is no longer available. As a company that uses an image to display our company logo, address and tagline ...
JeffkofMNv2
Sep 07, 2021Copper Contributor
Powershell lets you edit the HTML. Use an escape back tick (`) thanks to Chamele0n's post:
https://www.codetwo.com/admins-blog/out-of-office-messages-office-365/
- Victor_IvanidzeSep 08, 2021Bronze Contributor
Hi JeffkofMNv2,
where can I read about this 'escape back tick'? The link you have provided says nothing about that ;(
- Coolcity2200Oct 05, 2021Copper Contributor
So you want help/advice but don't want to provide it back?
Anyway, for what it's worth people I managed to place a picture in my autoresponse message simply by first placing it in my email sig, then copying and pasting the content of that sig into the autoresponder section.
- GEON37Apr 18, 2022Copper Contributor
I've tried copying the (working) .sig image to the automatic replay and all I get is the correct size of the image (no data). I am wondering if there is "extra" magic to get the actual image to appear!
TIA.
- JeffkofMNv2Sep 08, 2021Copper ContributorEscape back tick and the Codetwo link powershell solution worked for embedding some html with double quotes linking img src. Here is a description of the escape tick.
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-7.1- Victor_IvanidzeSep 09, 2021Bronze Contributor
Hi JeffkofMNv2.
thanks for your explanation, but can you confirm that this approach is suitable to insert an image?
Did you try to insert images this way?