I need to take a screenshot, and then send an email with the screenshot in the body of the mail (not attached). I tried different methods that I found in the forum, but I get an error message in the mail.
Anyone has any idea of any other way to do it?
In send outlook mail message activity, mark IsBodyHTML property.
In the Body, add the html text with tag and in img tag instead of cid, specify the image path directly.