简体   繁体   English

如何重现:您的服务器管理员限制了您可以同时打开的项目数量

[英]How to reproduce: Your server administrator has limited the number of items you can open simultaneously

How to get this error message in Outlook 365?如何在 Outlook 365 中获取此错误消息?

Your server administrator has limited the number of items you can open simultaneously.您的服务器管理员限制了您可以同时打开的项目数。 Try closing messages you have opened or removing attachments and images from unsent messages you are composing.尝试关闭您已打开的邮件或从您正在撰写的未发送邮件中删除附件和图像。

I've created an Outlook plugin and it work just fine on my PC/Exchange account, but on my customer PC it crash with this error.我创建了一个 Outlook 插件,它在我的 PC/Exchange 帐户上运行良好,但在我的客户 PC 上它因此错误而崩溃。

I'm using some LINQ queries and according to this post I shouldn't.我正在使用一些 LINQ 查询,根据这篇文章我不应该使用。 Now I would like to test the fix on my PC before going to my customer, but I cannot find out how to generate this error...现在我想在去找客户之前在我的 PC 上测试修复程序,但我不知道如何生成此错误...

Turn cached mode off in your Exchange account settings and make sure you are working against a folder with a larger number of messages (> 250, or even thousands).在您的 Exchange 帐户设置中关闭缓存模式,并确保您正在处理包含大量邮件(> 250,甚至数千)的文件夹。

And yes, do not use LINQ or plain loops against the Items collection - use Items.Find/FindNext or Items.Restrict .是的,不要对Items集合使用 LINQ 或普通循环 - 使用Items.Find/FindNextItems.Restrict

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Outlook 加载项崩溃或您的服务器管理员限制了您可以同时打开的项目数 - Outlook Add-In Crashes or Your server administrator has limited the number of items you can open simultaneously 您如何读取已设置为默认打开应用程序的文件的文件路径? - How do you read the file-path of a file that has been set to open your application by default? 141是可以同时动画的WPF面板项的最大数量吗? - Is 141 the maximum number of WPF panel items that can be animated simultaneously? 如何根据li消耗的行显示列表中有限数量的项目 - How to show limited number of items in a list based on lines consumed by li 微服务:如何在 windows 服务器上使用 API 网关部署微服务项目 - Microservice : How can you deploy your Microservices project using an API gateway on windows server SQL Server / Entity Framework - 如何按随机数排序,然后在稍后重现结果? - SQL Server / Entity Framework - How to order by random number and then reproduce results at a later time? 如何确定用户是否具有管理员权限? - How to find out if user has administrator privileges or not? 您如何找到您的SQL连接? - How can you find out your SQL connection? 如何解决aws Keyspaces中的“范围删除请求限制在单个范围内可以删除的项目数量”问题? - How to solve “Range delete requests are limited in the amount of items that can be deleted in a single range” issue in aws Keyspaces? 如何在asp.net中保护/加密查询字符串? - How can you secure/encrypt your querystring in asp.net?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM