Hello all,
I have the same requirement, you can enable HTML for the body of the email by putting: ""mail.IsBodyHtml = true;"" in your code stage for the action. you will then need to refer to your images as ""cid:[Imagename]"" and attach them to the mail.
Only downside is (atleast for the version of SMTP object that we have), attachments are attached as standard binary ""MediaTypeNames.Application.Octet;"" which I am unsure how to change, this means that there are email clients that will not pick up the embedded image purely because of the generic attachments - this will however still work on some so I guess it depends on what your requirement is...
If anyone comes up with a solution for this please let me know, I have no experience with C# and are new to Blue Prism