Hey,
I have a hard time retrieving images embedded in emails I receive through EWS. The body contains an image link to:
src="cid:image001.jpg@01CBCD39.02D255C0" (which is, I understand, a link to an Exchange ressource file)
I can also retrieve its exchange ID, but I can't find the content of the file (the actual content property(byte[]) is null)
How should I do to get the real image, that I can display?
PS : I'm currently using the webbrowser C# componant. Is there any "made for office" document viewer I could use instead? (so attached files and so on are displayed right away)
Thank you!