Can Microsoft Graph API mail read operations affect the Exchange server performance?

Roberto Arias - CYGNUS 5 Reputation points
2023-07-27T16:00:14.4166667+00:00

We are using Microsoft Graph API to capture some e-mail data, but we do not want to affect the Mail server (Exchange). Can several Graph API read calls affect the Exchange Server performance?

Exchange Exchange Server Development
Exchange Exchange Server Management
Microsoft Security Microsoft Graph
{count} votes

1 answer

Sort by: Most helpful
  1. msft-gu 1,355 Reputation points
    2023-07-27T23:35:29.8666667+00:00

    Hi @Roberto Arias - CYGNUS

    Good afternoon and thank you for your question. According to this article, use of Rest APIs have been deprecated. https://learn.microsoft.com/en-us/graph/hybrid-rest-support

    And also from this blog post of Exchange Team, it states that:

    What API(s) should I use to work with Hybrid Orgs, where some mailboxes are in Exchange Online, and some are on Exchange Server?

    You should continue to use Graph to work with Exchange Online mailboxes, and use Exchange Web Services (EWS) to work with Exchange Server (on-premises) mailboxes.

    If you're using Exchange Server (on-premises), you should use EWS.

    I hope I was able to answer your question. If it is, please upvote and accept it as an answer.

    Thank you have and have a great day!


Your answer

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