Dear Microsoft Support Team,
I hope this message finds you well. I am currently facing an issue with using the Microsoft Graph API to handle Reply emails. Here are the details of the problem:
Issue Description:
I have successfully sent an email (referred to as email A) using the Graph API.
However, after sending email A, I am unable to retrieve the Message-Id or any data related to it through the API. This prevents me from referencing email A when attempting to process subsequent actions (there is only HTTP/1.1 202 Accepted as the response).
Specific Problem:
Now, I need to send a Reply email (referred to as email B) in response to email A.
The Microsoft Graph API documentation specifies that to send a reply using the API, the previous email's Message-Id is required (POST /me/messages/{id}/reply).
Challenge:
Without access to the Message-Id of email A, I am unable to programmatically generate a reply to it using the Graph API.
Request:
Could you please assist in resolving this issue by providing guidance on how to retrieve the Message-Id of email A after it has been sent?
- Alternatively, is there another method or API endpoint that allows access to the necessary identifiers for email A so that I can proceed with sending a reply (email B) using the Graph API?
Your prompt assistance in this matter would be greatly appreciated. Please let me know if further information is required to address this issue effectively.
Thank you for your attention to this matter.
Best regards,
Mike