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?