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.

Re: href + outlook by Evertjan

Evertjan
Thu Feb 28 10:03:28 CST 2008

garrethdk wrote on 28 feb 2008 in microsoft.public.inetserver.asp.general:

> 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 )

Not with serverside code.

The server does not know about about outlook,
[and so should the world]

Please ask in a clientside NG.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: href + outlook by rob^_^

rob^_^
Thu Feb 28 14:47:37 CST 2008

Hi Garrethdk,

See my Outlook Homepage at
http://www.iecustomizer.com/?url=OutlookHome_Download.asp


Regards.


"garrethdk" <garreth.kelly@gmail.com> wrote in message
news:1acdd82a-d690-4113-9012-f453f311068a@q78g2000hsh.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.


Re: href + outlook by Hal

Hal
Fri Feb 29 17:08:05 CST 2008


"garrethdk" <garreth.kelly@gmail.com> wrote in message
news:1acdd82a-d690-4113-9012-f453f311068a@q78g2000hsh.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.

Try this link
http://www.computing.net/webdevel/wwwboard/forum/2942.html

HTH