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?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,757 questions
Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
539 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,574 questions
{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://video2.skills-academy.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.