在 VSTO 中以编程方式获取 Outlook/Exchange 文件夹大小信息
我希望创建一个 VSTO,作为用户的仪表,以便他们可以查看在任何给定时间使用了多少 Exchange 配额。这个想法是,它将出现在他们的工具栏中,并从绿色(良好)慢慢变为红色(必须删除内容)。
我一天中大部分时间都在网上搜索,但没有找到任何使用 C# 访问 Outlook 中 Exchange 存储的“文件夹大小”和配额信息的方法。
想法总是受欢迎的。
问候, Larry
仅供参考 - 我的环境当前正在运行 E2K3,并计划在明年升级。如果 E2K3 无法实现,请不要回复。
谢谢。
I'm looking to create a VSTO that performs as a meter for my users so that they can see how much of their Exchange quota they are using at any given time. The idea is that it will be in their toolbar and change from green (good) slowly to red (gotta delete stuff).
I have been searching most of the day online but have not seen any way to access the "Folder Size" and quota information in Outlook for an Exchange Store using C#.
Ideas are always welcome.
Regards,
Larry
FYI - my environment is currently running E2K3 with plans to upgrade over the next year. If it's not possible with E2K3, please do not respond.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在运行什么版本的交换?如果您运行的是 2007 或更高版本,则可以使用 Exchange Web 服务来获取信息。也许这个论坛问题会给你一些想法。
http://social.technet.microsoft .com/Forums/en/exchangesvrdevelopment/thread/31f9a157-4d19-44bf-ad58-62577915b624
谢谢
尼尔
What version of exchange are you running? If you are running 2007 or later then you could use Exchange Web Services to get the information. Maybe this forum question will give you some ideas.
http://social.technet.microsoft.com/Forums/en/exchangesvrdevelopment/thread/31f9a157-4d19-44bf-ad58-62577915b624
Thanks
Niall