从 Exchange 服务器创建使用日志报告
有没有办法从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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的部分信息可以通过 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