2

Yes, very similar question to: Python: parsing emails with embedded images

,but I'd like to make this a more specific question pertaining to Outlook emails.

I receive an Outlook email with an embedded image, and the image is embedded as:

img width="277" height="588" id="Picture_x0020_1" src="cid:image001.png@01CD708B.77509FF0" alt="Description: cid:image001.png@01CD7089.09DE0C70">

I don't see the base64 encoding, just src="cid:image001.png@01CD708B.77509FF0", how do I parse that and add it as an attachment to a Sharepoint list item?

Community
  • 1
  • 1
cbrad
  • 163
  • 1
  • 15
  • Possible duplicate of [Outlook embedded image to HTML with inline image](https://stackoverflow.com/questions/10090608/outlook-embedded-image-to-html-with-inline-image) – Deantwo Jan 05 '18 at 11:33

1 Answers1

1

Looks like your answer might be here: Outlook embedded image to HTML with inline image

He recommends EasyMail from Quiksoft.

http://www.quiksoft.com/emdotnet/

Community
  • 1
  • 1
RJ Cuthbertson
  • 1,458
  • 1
  • 20
  • 36