Updating an #microsoft.graph.openTypeExtension for message inside recoverableitemsdeletions folder

Idan Gazit 21 Reputation points
2021-03-22T09:32:31.187+00:00

I added an #microsoft.graph.openTypeExtension to a message in inbox folder, then I deleted the message and it arrived to recoverableitemsdeletions folder. now I am trying to update(patch) this extension and I am getting:

{
"error": {
"code": "ErrorRecoverableItemsAccessDenied",
"message": "Operation can not access the Recoverable Items folder Recoverable Items; reason: ."
}
}

Is there any other way to do that?

Thanks, Idan

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,645 questions
0 comments No comments
{count} votes

Accepted answer
  1. Diana Wanjuhi 1,376 Reputation points
    2021-03-23T10:17:07.767+00:00

    Hello @Idan Gazit I tried this in graph explorer80530-recoverableitemsdeletions.png and got the same result. It doesn't currently look like there is any way to update an extension when the message it is created on is deleted and moved to the recoverableitemsdeletions folder. From mailFolders resource documentation, we see that recoverableitemsdeletions folder is not visible in any Outlook email client, but end users can interact with it through the Recover Deleted Items from Server feature in Outlook or Outlook on the web.

    I hope this helps,

    Diana.

    0 comments No comments

0 additional answers

Sort by: Most helpful