在不使用 Powershell 的情况下使用 C# 获取 Exchange 邮箱信息
我想连接到 Exchange 服务器并不使用 powershell 检索有关用户邮箱的信息。
我一直在寻找可以帮助我的文章,但我不断收到以某种方式使用 powershell 检索这些值的文章。我不想使用powershell的原因是因为我正在开发一个可以帮助我们自动化任务的工具。并非每个人都安装了 powershell。
任何人都可以给我一些指示,我可以使用哪个命名空间/库连接到邮箱或交换服务器,查看正在使用哪个数据库,它有多大等。
我相当擅长用 C# 编程,但我需要必要的命名空间来获取信息。
我希望有人能帮助我。
提前致谢。
I want to connect to an Exchange server and retrieve information about a user's mailbox without using powershell.
I've been searching for articles which could help me but I keep getting articles which in some way use powershell to retrieve these values. The reason why I don't want to use powershell is because I'm developing a tool which can help us automating tasks. Not everybody has powershell installed.
Can anybody give me some pointers which namespace/library I can use to connect to a mailbox or exchange server, to see which database is being used, how large it is etc.
I'm fairly good at programming in C# but I need the necessary namespaces to get the information.
I hope that somebody can help me.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 Exchange Web Services Managed API,http://msdn。 microsoft.com/en-us/library/dd633710.aspx
You'll want to use the Exchange Web Services Managed API, http://msdn.microsoft.com/en-us/library/dd633710.aspx