Hello, I need to browse through a user's Inbox and access all the messages which are appointment requests from other users. Also i need to "Accept" the appointment request programmatically using WebDav and transfer the request to the calendar. I am using C# as the programming language. Is there a solution whereby i can programmatically "Accept" the appointment requests received in a particular user's Inbox using webdav and C#? Also will it work for recurring events? (i.e. by programmatically accepting the appointment request, will the recurring event be added to the calendar for all the recurring dates?) Any help will be greatly appreciated. Thanks, Shreeram
There no equivalent to accept with WebDAV you can read the appointment and create responses manually. The other way to do this is to use the Accept and Reject commands from OWA in combination with WebDAV which will do most of the hardwork for you have a look at http://gsexdev.blogspot.com/2004/09/processing-meeting-requests-remotely.html for a sample of doing this. Cheers Glen wrote in message news:1138713243.799072.297900@g47g2000cwa.googlegroups.com... > Hello, > > I need to browse through a user's Inbox and access all the messages > which are appointment requests from other users. Also i need to > "Accept" the appointment request programmatically using WebDav and > transfer the request to the calendar. I am using C# as the programming > language. > Is there a solution whereby i can programmatically "Accept" the > appointment requests received in a particular user's Inbox using webdav > and C#? > Also will it work for recurring events? (i.e. by programmatically > accepting the appointment request, will the recurring event be added to > the calendar for all the recurring dates?) > > Any help will be greatly appreciated. > > Thanks, > Shreeram >