You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
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.
That's the reason we think that despite the inline image then it is found in the body, it cannot be displayed because the contenttype it is not set correctly.
Please give us some direction.
The text was updated successfully, but these errors were encountered:
@AppyPt I will redirect this inquiry to the API owners. Meanwhile can you confirm this is an issue related with the REST API itself and not with the Android SDK ? Thanks.
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 https://outlook.office365.com/api/v1.0/me/messages/{message_id}/attachments
That's the reason we think that despite the inline image then it is found in the body, it cannot be displayed because the contenttype it is not set correctly.
Please give us some direction.
The text was updated successfully, but these errors were encountered: