In a lengthy article about WebDAV i've written a long while ago I've explained how and what WebDAV is and what are the problems you might encounter. Suggesting by the comments (over 200) it's a pretty popular topic but there's no help on the net for anything more complex than simple operations because MSDN suggest that WebDAV is totally unsupported. So anything you do with it you're on your own. Having said that let's see how to do those 2 things from the title: Cancel a Meeting Request 1. get the Meeting Request URI from the inbox 2. get the...
Lately i've been doing quite an amount of work with Exchange and WebDAV access to it.
Documentation on WebDAV and Exchange server is ok for simple tasks but if you want anything concrete done examples are impossible to come by.
That's why I posted a lengthy article about WebDAV and my experience with it.
Two tools are indespensible when doing any kind of Exchange access development:
Outlook Spy and Exchange Explorer that comes with the Exchange SDK.
But neither of those help in any way with forming correct WebDAV XML requests. OK, they give you the name and namespace of the properites but that's it.
Well PFDavAdmin Tool to...