Hi geoffrey rannou,
As per Microsoft documentation,
Exceeding the limit for one mailbox doesn't affect the ability of the application to access another mailbox.
Outlook service limits for JSON batching
When targeting the same mailbox, apps that allow multiple batch requests to run in parallel can use either of the following approaches:
- If the individual requests don't have to be ordered, have individual requests from a single batch run concurrently.
- Use the
dependsOn
property to order requests in a batch and have up to four such batch requests run concurrently.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.