How do I send Email with inline Attachments
I send the description my team is having with the json integration with Office API 365. We want to send an email with inline attachments through the JSON API. With that objective, what we are doing: Create an empty draft message using reply operation; Send the several inline attachments; Update the body of the draft message (with cid images inline); Send the message; What is our issue with the API? We are unable to set the "ContentType" properties when we submit the attachments to the Office API 365. Despite the "ContentType" we send, it is always null. We are using the following API: POST