Hi Experts,
I want to extract the Outlook Email and save it to HTML format. However, the inline picture of the Email body can not be extracted. The output of the HTML looks like this. It shows there is a picture but can not display the picture. The HTML code is as below:
Is there any way that we can make the picture displayed?
<img width="1032" height="221" id="Picture_x0020_5" src="cid:image002.jpg@xxxxxxxxxxxxxx" style="width:10.75in; height:2.2986in">
Many thanks!
Best regards,
Tom
Solved! Go to Solution.
Hello @TomLu1231
When you look at the image SRC attribute you see that it starts with "CID". This means that the image is stored as an attachment.
So just grab the image from the attachments.
Kind regards, John
Hello @TomLu1231
When you look at the image SRC attribute you see that it starts with "CID". This means that the image is stored as an attachment.
So just grab the image from the attachments.
Kind regards, John
Hi John,
May I know how can we replace the value in the extracted email body to grab the image from the attachment?
Many thanks!
Best regards,
Tom
Hi!
I'm having the exact same problem as you. Did you manage to work it out?
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |
User | Count |
---|---|
49 | |
29 | |
24 | |
24 | |
20 |