href + outlook

G

garrethdk

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.
 
F

F.H. Muffman

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 )

What version of Outlook?
 
G

garrethdk

What version of Outlook?

2003 & 2007 the stange this is that the activeX web control works no
problem , but i can't get it to launch the external app to a specific
folder from a web page ,
Any ideas ?
regards,
Garreth.

<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046
id=ViewCtlFolder width="100%" height="200">

<param name="Namespace" value="MAPI">
<param name="Folder" value="\\Public Folders\All Public Folders\......
\Calendar Name">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">

</OBJECT>
 
F

F.H. Muffman

Is it possible to create a link to open outlook (Client side) to open
2003 & 2007 the stange this is that the activeX web control works no
problem , but i can't get it to launch the external app to a specific
folder from a web page ,

Well, 2007 dropped the outlook:// url format, so I'm not sure you're going
to be able to get it to work there.

Otherwise, http://support.microsoft.com/?kbid=158135 should still be workable
in 2003. What actually happens when they click that link?
 
G

garrethdk

Well, 2007 dropped the outlook:// url format, so I'm not sure you're going
to be able to get it to work there.

Otherwise,http://support.microsoft.com/?kbid=158135should still be workable
in 2003. What actually happens when they click that link?

i get a page not found error , do the <outlook> syntax as describe in
the article you are referring to
run server side , so i can get a url to open the clients outlook and
open a folder ?

thanks for your help
Garreth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top