How to send a clickable link to a file in Outlook
Submitted by ChatMafia on Wed, 02/04/2009 - 16:06
Sometimes you want to send users a clickable link to a folder or file on your network rather than sending them the whole document as an attachment or just the path as text eg; N:\Common\test.doc (where N: is a network drive)
|
The following syntax makes sure that you can do this no matter what format of email message you or the reciever users (plain text, rich text or html), the following syntax gaurantees that your message would be recieved with a clickable link to the folder or file you specify! Simply use the following syntax and replace the drive letter and foldernames to the network drive letter and folder / file of your choice |
Following example embeds a link to a file called test.doc residing on a network drive N:\common
<file://N:\\Common\test.doc>
Following example embeds a link with the UNC path instead of a hard coded drive letter where the document test.doc resides on a fileserver called Pluto in a share called corporate$
<file://pluto\corporate$\test.doc>
Following example embeds a link to a folder called DropBox which lives on network drive R:\
<file://R:\\DROPBOX\>
Following example embeds a link using a UNC path instead of a drive letter, to a folder called DropBox (which is on a windows share called corporate$ on a fileserver called Pluto)
<file://pluto\corporate$\DropBox>
- Add new comment
- 18752 reads
-


What is the file has a space
Space Solution
Then you can try the
Then you can try the filepath in double quotes
Clickable Network Link (UNC) in Outlook
Bracket Hyperlink for Outlook 2010