cancel
Showing results for 
Search instead for 
Did you mean: 

Embedding image in outlook email using action

VedSengupta
Level 6
Hi all,
I want to attach an image/screenshot into the body of the email sent by Ms Excel VBO . 
I have tried using <img src="PATH"> but this don't give me the desired result.

Any idea on how to achieve this!!!




Thanks and regards,
Ved Sengupta

------------------------------
Ved Sengupta
------------------------------
------------------------------ Best Regards, Ved Sengupta RPA Developer Deloitte India (Offices of the US) Bangalore | INDIA *If you find this post helpful mark it as best answer* ------------------------------
2 REPLIES 2

AndreyKudinov
Level 10
Two options: base64 (not supported by some email clients) or attachment cid (not possible with Outlook VBO out of the box afaik).

https://stackoverflow.com/questions/16242489/send-a-base64-image-in-html-email

------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------

Thank you Andrey.
Will try to implement this way!



------------------------------
Ved Sengupta
------------------------------
------------------------------ Best Regards, Ved Sengupta RPA Developer Deloitte India (Offices of the US) Bangalore | INDIA *If you find this post helpful mark it as best answer* ------------------------------