Hi there,
is it possible to get the embedded images as inline base64 encoded image data on GetMessageByUID()?
like: <img src="data:image/jpeg;base64,/9j/4gIc.........">
How can this be manually be done. Maybe using VisualReplace?
Another alternative would be to download the images onthefly via a small aspx form, which responds (via header) only the attachment (bytes) of the posted id.
My preferred solution would be the inline base64-data, so it would be nice to have a built-in implementation for streaming the cid: data inline.
:)
Best regards and thanks for this sweet lib!
Frank
PS: Will be purchased soon. ;)