EWS FindItems仅返回250件交易所2016年

发布于 2025-02-10 11:52:51 字数 257 浏览 2 评论 0原文

我有一个应用程序,该应用程序使用EWS托管API从Exchange Server搜索和检索项目。在一个客户端环境(Exchange 2016本地服务器)上,当应用程序尝试使用AQS查询从档案邮箱文件夹中搜索和检索项目时,即使文件夹有更多可满足搜索查询的项目,API似乎也只返回250个项目。我的要求是500,但是响应只有250个项目。

有人知道为什么FindItems()方法仅返回250个项目吗?

我们需要禁用任何节流政策吗?这是用于Exchange 2016服务器的。

I have an application which uses EWS Managed API to search and retrieve items from Exchange server. On one client environment (Exchange 2016 on-premise server), when application tries to search and retrieve items from Archive MailBox folders using AQS query, the API seems to only return 250 items even though folder has more items that meets search query. The pagesize i request is 500, but the response only has 250 items.

Anyone know why FindItems() method only returning only 250 items?

Is there any throttling policy we need to disable? This is for Exchange 2016 Server.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

残龙傲雪 2025-02-17 11:52:51

默认情况下,Exchange将单个请求中可以返回的最大项目数限制为1000。但是将最大条目数设置为较小的数字会导致更快的响应时间,费用必须发送更多请求才能获得所有请求以获取所有内容项目。因此,似乎交换管理员减少了可以在单个请求中返回的最大项目数。

By default, Exchange limits the maximum number of items that can be returned in a single request to 1000. But setting the maximum number of entries to a smaller number results in quicker response times, at the cost of having to send more requests to get all items. So, it seems Exchange admin reduced the max number of items that can be returned in a single request.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文