An error occurred when I used the following URL to get the mail:
https://graph.microsoft.com/v1.0/me/messages?$filter=internetMessageId eq '<f5ff833b-9904-4ab9-ab7f-e02bd41c8fa7@az.northcentralus.production.microsoft.com>'
Detailed error information:
{
"error": {
"code": "ErrorInternalServerError",
"message": "An internal server error occurred. The operation failed., Bundle: Microsoft.Transformation.UT_LCDR could not be found (Search Paths: C:\\Program Files\\Microsoft\\Exchange Server\\V15\\Bin\\Search\\Ceres\\Native)",
"innerError": {
"date": "2022-04-28T07:23:21",
"request-id": "acf4dd52-b018-46e4-a185-24a5e1b70b02",
"client-request-id": "132a2151-0726-76bb-2cfc-aeb209ab7bf5"
}
}
}
The following URL can be used to get the mail successfully:
https://graph.microsoft.com/v1.0/me/messages/{id}
How should I solve this problem?