在不使用 Powershell 的情况下使用 C# 获取 Exchange 邮箱信息

发布于 2025-01-05 05:05:12 字数 329 浏览 2 评论 0原文

我想连接到 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 技术交流群。

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

发布评论

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

评论(1

憧憬巴黎街头的黎明 2025-01-12 05:05:12

您需要使用 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

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