Is it possible to create a link to open outlook (Client side) to open a particular folder here is the code i am trying to use unsuccessfully : <a href="outlook://Public%20Folders/All%20Public%20Folders/P/W/C/Conf %20Room/~S%20C%20R">Conference Room 1</a> Basically what i want to happen is that when a user clicks on the web link that it opens the meeting room which is in a public folder in outlook application (not the web interface outlook ) can anyone please help ? kind regards, Garreth.
Version of Outlook? That format works on outlook 2003 but not on 2007. Use just the path to the room (you can get it from the address field in the web toolbar). -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook 2007: http://www.slipstick.com/outlook/ol2007/ Outlook Tips by email: dailytips-subscribe-request@lists.outlooktips.net Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: EMO-NEWSLETTER-SUBSCRIBE-REQUEST@PEACH.EASE.LSOFT.COM "garrethdk" wrote in message news:c3670ea7-9278-43fc-984f-67aac3fdd4a9@f47g2000hsd.googlegroups.com... > Is it possible to create a link to open outlook (Client side) to open > a particular folder > here is the code i am trying to use unsuccessfully : > > <a href="outlook://Public%20Folders/All%20Public%20Folders/P/W/C/Conf > %20Room/~S%20C%20R">Conference Room 1</a> > > Basically what i want to happen is that when a user clicks on the web > link that it opens the meeting room which is in a public folder in > outlook application (not the web interface outlook ) > > can anyone please help ? > > kind regards, > Garreth.
"Diane Poremsky [MVP]" wrote: > Version of Outlook? That format works on outlook 2003 but not on 2007. Use > just the path to the room (you can get it from the address field in the web > toolbar). > > > -- > Diane Poremsky [MVP - Outlook] > Author, Teach Yourself Outlook 2003 in 24 Hours > Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ > Outlook 2007: http://www.slipstick.com/outlook/ol2007/ > > Outlook Tips by email: > dailytips-subscribe-request@lists.outlooktips.net > > Outlook Tips: http://www.outlook-tips.net/ > Outlook & Exchange Solutions Center: http://www.slipstick.com > Subscribe to Exchange Messaging Outlook newsletter: > EMO-NEWSLETTER-SUBSCRIBE-REQUEST@PEACH.EASE.LSOFT.COM > > > "garrethdk" wrote in message > news:c3670ea7-9278-43fc-984f-67aac3fdd4a9@f47g2000hsd.googlegroups.com... > > Is it possible to create a link to open outlook (Client side) to open > > a particular folder > > here is the code i am trying to use unsuccessfully : > > > > <a href="outlook://Public%20Folders/All%20Public%20Folders/P/W/C/Conf > > %20Room/~S%20C%20R">Conference Room 1</a> > > > > Basically what i want to happen is that when a user clicks on the web > > link that it opens the meeting room which is in a public folder in > > outlook application (not the web interface outlook ) > > > > can anyone please help ? > > > > kind regards, > > Garreth. > Hello, I've been using "outlook://place to open" link tags until my users migrated to outlook 2007. Reading what you've stated up there, I should change from <a href="outlook://Inbox">inbox</a> to <a href="outlook:Inbox">inbox</a> to get it working with Outlook 2007 ( copied from its web toolbar). Alas that fails. Have I missed something ? Is French localisation a clue ? Thanks in advance for your help Regards Cédric