简体   繁体   English

使用WebDAV访问Exchange 2003收件箱

[英]Using WebDAV to access Exchange 2003 Inbox

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? 你如何(使用.NET)使用WebDAV获取用户收件箱(不是你自己的收件箱)中的电子邮件列表,然后获取每封电子邮件的属性和/或内容?

I'd like to do this without WebDAV.NET , if at all possible. 如果可能的话,我想在没有WebDAV.NET的情况下这样做。

take a look at this post of mine about webdav. 看看我关于webdav的这篇文章。 hopefully it should give you some pointers: http://weblogs.sqlteam.com/mladenp/articles/9560.aspx 希望它应该给你一些指示: http//weblogs.sqlteam.com/mladenp/articles/9560.aspx

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 " 我正在考虑做同样的事情,我遇到的最好的解决方案是Henning Krause的文章“ 通过基于表单的身份验证启用WebDAV访问Exchange存储

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 ;) 我即将尝试这个,我会告诉你它是怎么回事,我也会检查一下,以防你先完成它;)

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: 这真的帮助我使用.NET和WebDAV:

Read MS Exchange email in C# 在C#中阅读MS Exchange电子邮件

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. 我知道你说你不想使用Independentsoft库,但我们一直在使用它,这使得这几乎是微不足道的。 So my recommendation would be to use that. 所以我的建议是使用它。 Their support is good as well. 他们的支持也很好。

I agree with Erik. 我同意Erik的观点。 We looked into Exchange/WebDAV without Independentsoft too, to start with. 我们也开始研究没有Independentsoft的Exchange / WebDAV。 You can find documentation on just about everything you need, but IMO it's just not worth it - way too complicated. 你可以找到关于你需要的所有文件的文档,但IMO它不值得 - 太复杂了。 If this is for business purposes, there's really no question as to which is more cost-efficient. 如果这是出于商业目的,毫无疑问哪个更具成本效益。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM