在 Microsoft Graph Api 中,消息 ID 已无故更改

In Microsoft Graph Api message Id has changed without any reason

我们有时会收到对 Microsoft Graph 以下请求的错误响应 Api:

GET /users/{userPrincipalName}/messages/{id}

"Code: ErrorItemNotFound
Message: The specified object was not found in the store., The process failed to get the correct properties.
..."

经过调查我们发现消息的ID被更改了。 我的问题是,为什么以及何时可以更改消息的 ID?是错误还是正常行为?

我认为 Immutable Id 可能对您有所帮助。他们还在该文章中解释了更改项目 ID 的原因。