Hyperlinks within Calendar Appointments

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to be able to include a hyperlink to an agenda file rather than
actually attach an agenda file to within a calendar appointment. Does anyone
know if this can be done?
 
This syntax should work:

<file://\\servername\sharename\filename.doc>

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Use the following format:

file://servername\sharename\foldername\filename.ext (if on a network
share), or

file://driveletter\foldername\filename.ext (if on local or mapped drive)

Note that if there are any spaces in the file path (such as there would be
in C:\My Documents), you would need to enclose the entire path in angle
brackets:

<file://c:\My Documents\My Folder\Filename.ext>

--
Jocelyn Fiorello
MVP - Outlook

*** Messages sent to my e-mail address will NOT be answered -- please reply
only to the newsgroup to preserve the message thread. ***
 
Back
Top