The uniqueBody field in the Graph API's Message Type encountered an incomplete Base64 resource return.

Zi Yong 1 Reputation point
2022-09-30T03:07:02.737+00:00

246342-image.png
Related modules:

microsoft graph api

Related interfaces:

  1. List messages: GET /me/messages
  2. Get message: GET /me/messages/{id}
  3. Reply: POST /me/messages/{id}/reply

Error scenario Description:

  1. Create an email containing <img src="data:image/png;base64, ........" />
  2. Use the Reply API to Reply to this email
  3. Use the List Messages API to find the uniqueBody field of the mail, and the base64 image resource is not displayed completely.
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,475 questions
0 comments No comments
{count} votes