I'm new to Exchange and I have a hard time to find a list of available url actions. For now I just the see the list of tasks that performs various actions using different methods. Is there a central list of available url actions ? My goal would be to create a meeting (for now I would select the WebDav method but I would like to know if this is also available as an URL action ?) TIA -- Patrice
The only list that I know of is in the OWA customization whitepaper http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=6532E454-073E-4974-A800-1490A7CB358F this is a little old and not complete. All the WebDAV verbs and listed in the Exchange SDK which you can download from http://msdn.microsoft.com/exchange Usually your best just doing a bit of reverse engineering using Ethereal to do a packet capture and work it out yourself. Cheers Glen "Patrice" wrote in message news:OBha4XleGHA.3348@TK2MSFTNGP03.phx.gbl... > I'm new to Exchange and I have a hard time to find a list of available url > actions. For now I just the see the list of tasks that performs various > actions using different methods. Is there a central list of available url > actions ? > > My goal would be to create a meeting (for now I would select the WebDav > method but I would like to know if this is also available as an URL action > ?) > > TIA > > -- > Patrice > >
Note that OWA URL commands are not a supported API - while they will work in E2K and E2K3, most will not work or behave differently with Exchange 2007. ?cmd=loadmodule and ?cmd=contents will be redirected to roughly equivalent UI in Exchange 2007 OWA, meaning that different HTML will be returned. ?cmd=freebusy and ?cmd=galfind will stay the same. Everything else will be redirected to the new Exchange 2007 OWA namespace, where support for these old URL commands is not likely to be present. Regards, - Karim "Glen Scales [MVP]" wrote in message news:eOoe6OteGHA.1456@TK2MSFTNGP04.phx.gbl... > The only list that I know of is in the OWA customization whitepaper > http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=6532E454-073E-4974-A800-1490A7CB358F > this is a little old and not complete. > > All the WebDAV verbs and listed in the Exchange SDK which you can download > from http://msdn.microsoft.com/exchange > > Usually your best just doing a bit of reverse engineering using Ethereal > to do a packet capture and work it out yourself. > > Cheers > Glen > > "Patrice" wrote in message > news:OBha4XleGHA.3348@TK2MSFTNGP03.phx.gbl... >> I'm new to Exchange and I have a hard time to find a list of available >> url actions. For now I just the see the list of tasks that performs >> various actions using different methods. Is there a central list of >> available url actions ? >> >> My goal would be to create a meeting (for now I would select the WebDav >> method but I would like to know if this is also available as an URL >> action ?) >> >> TIA >> >> -- >> Patrice >> >> > >
Hopefully the Exchange 2007 API's will be so good and so well documented that we wont need to do any of this stuff anymore ;) Cheers Glen "Karim Batthish [MS]" wrote in message news:OCHHl8nhGHA.1856@TK2MSFTNGP03.phx.gbl... > Note that OWA URL commands are not a supported API - while they will work > in E2K and E2K3, most will not work or behave differently with Exchange > 2007. > > ?cmd=loadmodule and ?cmd=contents will be redirected to roughly equivalent > UI in Exchange 2007 OWA, meaning that different HTML will be returned. > > ?cmd=freebusy and ?cmd=galfind will stay the same. > > Everything else will be redirected to the new Exchange 2007 OWA namespace, > where support for these old URL commands is not likely to be present. > > Regards, > - Karim > > "Glen Scales [MVP]" wrote in message > news:eOoe6OteGHA.1456@TK2MSFTNGP04.phx.gbl... >> The only list that I know of is in the OWA customization whitepaper >> http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=6532E454-073E-4974-A800-1490A7CB358F >> this is a little old and not complete. >> >> All the WebDAV verbs and listed in the Exchange SDK which you can >> download from http://msdn.microsoft.com/exchange >> >> Usually your best just doing a bit of reverse engineering using Ethereal >> to do a packet capture and work it out yourself. >> >> Cheers >> Glen >> >> "Patrice" wrote in message >> news:OBha4XleGHA.3348@TK2MSFTNGP03.phx.gbl... >>> I'm new to Exchange and I have a hard time to find a list of available >>> url actions. For now I just the see the list of tasks that performs >>> various actions using different methods. Is there a central list of >>> available url actions ? >>> >>> My goal would be to create a meeting (for now I would select the WebDav >>> method but I would like to know if this is also available as an URL >>> action ?) >>> >>> TIA >>> >>> -- >>> Patrice >>> >>> >> >> > >