In-Place archive API support.

test folders 25 Reputation points
2026-02-06T09:18:28.84+00:00

I got to know in another thread that Microsoft Graph does support In-Place Archive mailboxes, but these folders are separate from the primary mailbox.

So wanted to ask -

  1. Can you tell me what is the exact Graph API endpoint to list the messages from an In-Place Archive mailbox folders?
  2. Can you tell me how to obtain the folder IDs of the in-place archive mailbox folders? Since /mailFolders only targets the primary mailbox.
Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.


Answer accepted by question author
Vasil Michev 127.6K Reputation points MVP Volunteer Moderator
2026-02-06T10:07:38.9633333+00:00

Not sure which thread you are referring to, but the info provided therein might be out of context. There is no support currently for any Online Archive related CRUD operations via the Graph API. The recently introduced Import/Export API does have support for it, but as the name suggests, only for specific scenarios. Here's the link to the relevant documentation, just in case: https://learn.microsoft.com/en-us/graph/api/mailbox-list-folders?view=graph-rest-beta&tabs=http

That said, Microsoft is working to address this as one of the major gaps with respect to the incoming deprecation of the EWS API, and a preview of that should be landing in the coming months.

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-02-06T09:19:41.3766667+00:00

    The Microsoft Graph API does not support accessing In-Place Archive mailboxes. Therefore, there are no specific endpoints available for listing messages from In-Place Archive mailbox folders or obtaining folder IDs for those mailboxes. The API is designed to access data in users' primary mailboxes and shared mailboxes, but not in In-Place Archive mailboxes, whether on Exchange Online or Exchange Server.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.