Embedding image in outlook email using action
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-10-19 02:26 PM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-10-19 08:35 AM
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
------------------------------
https://stackoverflow.com/questions/16242489/send-a-base64-image-in-html-email
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-10-19 01:24 PM
Thank you Andrey.
Will try to implement this way!
------------------------------
Ved Sengupta
------------------------------
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*
------------------------------
