Hi
I'm currently using a trial version of your secure mail components, trying to write a webmail prototype. So far all have been good, but I have encountered problems with inline pictures.
I can stream out the content from the resources-property of the MailMessage-object just fine, but when applying the content of the BodyHTML-property to innerhtml of a 'div', I only get an outline of the picture, but without the picture itself.
Have I misunderstood something? Should I save the inline pictures to disk before they can be shown?
I have tried in IE, Firefox and Chrome.