EWS API Error

CN-SH-maxhubQuickBook 0 Reputation points
2023-05-15T11:53:21.0233333+00:00

When I was using the EWS API to get exchange data, API frequently reported errors,like this:

"One or more errors occurred. The request failed. An error occurred while sending the request"

above error is from a piece of C# code

<<

var service = GetService(email);

var g = service.ExpandGroup(group_email).Result;

it some times run ok ,but reported errors frequently

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,210 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.
516 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,369 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Peter Chen 0 Reputation points
    2023-11-15T21:46:02.1066667+00:00

    Yutong,

    Any news on this? I'm still getting this same error on my .Net 6 EWS source code.

    0 comments No comments