Email - POP3/SMTP - Including images in e mail body
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-02-18 09:53 PM
Has anyone ever tried amending the Email - POP3/SMTP VBO to include images in the e mail body (and not as an attachment) when sending e mails? Our client has a requirement to structure the e mail body as follows:
Image
Text
Image
Text
Image
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-03-18 11:13 AM
I had the same type of requirement from my clients. I think, this can be achieved through html.

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-03-18 11:14 AM
You have to write complete HTML in code stage for this
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-06-18 06:28 PM
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
