使用 WebDAV 访问 Exchange 2003 收件箱

发布于 2024-07-08 21:34:30 字数 210 浏览 6 评论 0原文

如何(使用 .NET)使用 WebDAV 获取用户收件箱(而不是您自己的收件箱)中的电子邮件列表,然后获取每封电子邮件的属性和/或内容?

如果可能的话,我想在没有 WebDAV.NET 的情况下执行此操作。

How do you (using .NET) use WebDAV to get a listing of emails in a user's inbox (not your own inbox) and then get the properties and/or contents of each email?

I'd like to do this without WebDAV.NET, if at all possible.

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

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

发布评论

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

评论(5

暖心男生 2024-07-15 21:34:30

看看我的这篇关于 webdav 的帖子。 希望它能给你一些指导:
http://weblogs.sqlteam.com/mladenp/articles/9560.aspx

take a look at this post of mine about webdav. hopefully it should give you some pointers:
http://weblogs.sqlteam.com/mladenp/articles/9560.aspx

舞袖。长 2024-07-15 21:34:30

我正在考虑做同样的事情,我遇到的最佳解决方案是 Henning Krause 的文章“在打开基于表单的身份验证的情况下通过 WebDAV 访问 Exchange 存储"

我正要尝试这个,我会让你知道它是如何进行的,我也会回来检查,以防你先完成它;)

I'm looking into doing the same thing and the best solution I've come across is Henning Krause's article "Access the Exchange store via WebDAV with Form-Based-Authentication turned on"

I'm about to try this, I'll let you know how it goes and I'll also check back in case you get it done first ;)

§普罗旺斯的薰衣草 2024-07-15 21:34:30

我知道您说过您不想使用 Independentsoft 库,但我们一直在使用它,这使得这几乎变得微不足道。 所以我的建议是使用它。 他们的支持也很好。

I know you said you didn't want to use the Independentsoft library, but we've been using this, and it makes this almost trivial. So my recommendation would be to use that. Their support is good as well.

凝望流年 2024-07-15 21:34:30

我同意埃里克的观点。 我们首先研究了没有 Independentsoft 的 Exchange/WebDAV。 您可以找到几乎所有您需要的文档,但在我看来,这是不值得的 - 太复杂了。 如果这是出于商业目的,那么毫无疑问哪个更具成本效益。

I agree with Erik. We looked into Exchange/WebDAV without Independentsoft too, to start with. You can find documentation on just about everything you need, but IMO it's just not worth it - way too complicated. If this is for business purposes, there's really no question as to which is more cost-efficient.

辞别 2024-07-15 21:34:30

我知道这是一篇旧帖子,但我想发布此答案的链接,以防其他用户遇到此问题。 这确实帮助我使用 .NET 和 WebDAV:

阅读 MS Exchange 电子邮件C#

I know this is an old post but I wanted to post a link to this answer in case any other users come across this question. This really helped me out using .NET and WebDAV:

Read MS Exchange email in C#

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