Link to an Outlook Form

  • Thread starter Thread starter hcorcoran
  • Start date Start date
H

hcorcoran

I'd like to place an html link to an Outlook form on our intranet. Doe
anyone know if it's possible? And if so, what would the source loo
like?

<a href="????">

Thanks!!
Heathe
 
<a href="outlook://entryidofform">click here</a>

You can also link to a folder ie <
href="outlook://Public%20Folders">click</a>

Check out this link for more information
http://www.slipstick.com/outlook/links.htm

If you are trying to set this information programatically use th
htmlbody property of the message item (outlook 98/2000) to set the lin
otherwise it will just write out the link as rt
 
thank you! now, how do i find the ID of the form? it's unde
"Organizational Forms Library
 
Back
Top