从 Exchange 服务器创建使用日志报告

发布于 2024-12-10 17:49:12 字数 279 浏览 0 评论 0原文

有没有办法从exchange server 2007获取用户信息?

我特别寻找所有用户的显示名称、收件箱总数、未读电子邮件、7 天或更早的未读电子邮件以及外出状态

我在网上找到了一些可用的应用程序,但想知道是否有某种方法可以使用 C# 或某种日志阅读器来执行相同的读取交换日志。

我还找到了 WebDav 和交换 SDK,但觉得我无法从中获得所有需要的信息。

如果我错了,有人可以向我展示如何完成它的示例代码吗?最好是 C# 语言。

提前致谢。

Is there a way to get user information from exchange server 2007?

I'm looking particularly for the display name, total inbox items, unread emails, unread emails 7 days or older and out of office status for all users.

I have found some application available online but was wondering if there is some way to do the same reading exchanges logs using C# or a log reader of some sort.

I've also found WebDav and exchange SDK, but felt I couldn't get all the needed information with that.

If I'm wrong could someone show me a sample code of how it could be done? Preferably in C#.

Thanks in advance.

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

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

发布评论

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

评论(1

茶花眉 2024-12-17 17:49:12

您的部分信息可以通过 Get-MailboxFolderStatistics cmdlet 获取。如需其他信息,您必须使用 EWS,或者更好的是 EWS 托管 API。

EWS 托管 API - 下载:http://www.microsoft.com/download /en/details.aspx?id=13480

EWS 托管 API - SDK:http://msdn.microsoft.com/en-us/库/dd633710(v=exchg.80).aspx

Part of your information can be obtained by the Get-MailboxFolderStatistics cmdlet. For other information you'll have to use EWS or, better yet, the EWS Managed API.

EWS Managed API - Download: http://www.microsoft.com/download/en/details.aspx?id=13480

EWS Managed API - SDK: http://msdn.microsoft.com/en-us/library/dd633710(v=exchg.80).aspx

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