Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
9,119 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How many microsoft graph rest sendMail HTTP error code?
Where can I get these error codes?
https://learn.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=java
from the document I only get code: 202,400
I need these error codes and handle them accordingly to ensure the robustness of our email service.
Thank you!