Re: Respond to meeting request using WebDAV
From: Eric (eric_at_voiceautomation.com)
Date: 12/21/04
- Next message: Lee Derbyshire [MVP]: "Re: Respond to meeting request using WebDAV"
- Previous message: akhilkher: "Custom Spam Filters and IMF"
- Maybe in reply to: Tom Rizzo [MSFT]: "Re: Respond to meeting request using WebDAV"
- Next in thread: Lee Derbyshire [MVP]: "Re: Respond to meeting request using WebDAV"
- Reply: Lee Derbyshire [MVP]: "Re: Respond to meeting request using WebDAV"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 21 Dec 2004 16:01:07 -0500
Okay, this sort of works - (in C#) I get a WebException with an error of 401
(Unauthorized), yet the meeting request is gone from the Inbox, and the
"accepted" response is in Drafts.
Any ideas of why this half works? Thanks in advance.
Eric
"Lee Derbyshire [MVP]" <email a@t leederbyshire d.0.t c.0.m> wrote in
message news:%239K$jKk0EHA.4004@tk2msftngp13.phx.gbl...
> "Eric" <eric@voiceautomation.com> wrote in message
> news:OtZwZzY0EHA.3408@tk2msftngp13.phx.gbl...
> > How do I respond to a meeting request using WebDAV (Exchange 2000/2003)?
> > Thanks in advance.
> >
> > Eric
>
> It's very hard to find any information about doing high-level thing like
> this in WebDAV. My best suggestion is to simulate an OWA button press,
and
> send a GET request to the Meeting Request's URL, but with /Cmd=accept (or
> tentative, or decline) appended to the end of the URL. You should get the
> HTML source for an OWA page as a response. You will then need to examine
> the response for the occurrence of the text "<BASE HREF=". The URL
> following this text is the URL of the newly created response, if it was
> successful.
>
> Lee.
>
> --
> _______________________________________
>
> Outlook Web Access For PDA , OWA For WAP:
> www.leederbyshire.com
> email a@t leederbyshire d.0.t c.0.m
> _______________________________________
>
>
- Next message: Lee Derbyshire [MVP]: "Re: Respond to meeting request using WebDAV"
- Previous message: akhilkher: "Custom Spam Filters and IMF"
- Maybe in reply to: Tom Rizzo [MSFT]: "Re: Respond to meeting request using WebDAV"
- Next in thread: Lee Derbyshire [MVP]: "Re: Respond to meeting request using WebDAV"
- Reply: Lee Derbyshire [MVP]: "Re: Respond to meeting request using WebDAV"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|