We have a Winforms application that supports dragging and dropping pieces of HTML into Outlook email messages (HTML).
Lines of text are in order.
But how do we continue to work with images? Suppose we donβt want to post images on the Internet, but instead we want to send them via e-mail. Suppose also that we want to see an inline image, and not as an attachment (where, of course, the recipient's email client supports it).
If you look at the source of the Outlook HTML message, there are βcidβ tags for the images (which point to the image as the attachment I suppose), but how are we going to generate cid / contentid?
outlook html-email winforms
hawbsl
source share