WebDAV vs. Exchange 2003 Calendar SDK

I'm trying to figure out how to access an Exchange 2003 calendar from a remotely hosted ASP.NET/C# page (I only need to read and display calendar appointments / appointments, etc.). As far as I understand, I basically have two options: using WebDAV or Exchange SDK.

I've found some good examples of using WebDAV, although I haven't gotten it to work properly yet. I haven't looked too much into the SDK yet, and before I spend time on this, I'm wondering if anyone has any pros and cons with two different methods and any suggestions I should go for?

Helpful SDK links would be greatly appreciated as well!

0


a source to share


1 answer


As you say, there are several ways to do this, but webdav is the best choice as it is supported by MS from managed code, where CDOs tend to have more gray shades of support depending on what you do. If you are new to webdav it might be an idea to take a look at some of the wrapper classes as this might speed up your debut. I used the third party http://www.independentsoft.de/webdavex/index.html their support is highlighted quickly!

MSDN documentation is probably the starting point http://msdn.microsoft.com/en-us/library/aa143161(EXCHG.65).aspx



here are the others I ordered marked before the show examples

http://msdn.microsoft.com/en-us/library/aa123570.aspx http://www.msexchange.org/articles/Access-Exchange-2000-2003-Mailbox-WebDAV.html http: // blogs. technet.com/kclemson/archive/2004/01/23/62247.aspx http://blog.mbcharbonneau.com/2006/10/26/using-net-and-webdav-to-access-an-exchange-server /

+2


a source







All Articles