How to attach and send the inline images directly in the email body?
Base64 is an encoding schema used for representing binary data in a text format.
This comes in handy when the storage or delivery medium does not support binary data such as when embedding an image into a database, CSS files, or HTML.
Where image file path is the image path.
- Pass this base64Image to Send Outlook Mail Message Activity but if a dynamic width and height is required, then follow the below step before sending mail.
Where ImageWidth is image width as an integer and ImageHeight is image Height as an integer.
- Finally, pass that strBody in the Body section of Send Outlook Mail Message Activity as shown below: