Skip to main content

The Notes UI and Sending a Link to a File - Part 2

Thanks to everyone who responded yesterday. I've considered and tested the responses to find the method which will be simplest for our users.

What follows is a set of instructions....

We start our instructions by identifying the file we want to link to. Often for me, this will be a MPEG, AVI or giant PDF (because why else would you link rather than attach?) but in this example, I'm just using a MS Word Document.


You can see my path here is:

M:\Dept\IT\2010\Development\ExtraNet\Concepts

and my file name is

Proposed Extranet Login Systems.doc

Thus; my entire path and filename would be;

M:\Dept\IT\2010\Development\ExtraNet\Concepts\Proposed Extranet Login Systems.doc

Already by working the actual filespec out we're stepping slightly beyond the boundaries of the typical user.

Next, we type our email and highlight the words we want to link to a file;


Then we click the new "LINK" icon in Notes 8.5

This gives us a nice little box in which to type our URL. If this was a web link, it would be easy. Of course, being a file link, it's a different story.

You might think that at this point, you could simply paste a link to;

M:\Dept\IT\2010\Development\ExtraNet\Concepts\Proposed Extranet Login Systems.doc

but you'd be wrong. Notes will throw this out to the operating system as a URL. If your browser accepts all kinds of different URLs, (like Google Chrome does - and I presume future browsers will) then it won't know what protocol to use.

Just pasting the path in caused a lot of problems for me.

So... this is what you need to do to modify your URL.
  1. Prefix it with file://
  2. Change all backslashes to forward slashes (actually this should happen automatically).
Your new URL should look like this;

file://M:/Dept/IT/2010/Development/ExtraNet/Concepts/Proposed Extranet Login Systems.doc

Paste your new URL in and send your email. It should all work. Well, mostly work... If your users have firefox, you might discover that it actually blocks local links for security reasons unless you use these workarounds.

I'm not sure whether to provide these instructions for my users or not. In my opinion, it's still too difficult for them. I guess it wouldn't be too hard to create a button which did it - or even better, if IBM were to adjust the links button in future versions of Notes to allow browsing and selecting files on local resources.

Comments

Michelle said…
What about right-clicking on a file in IE, choosing Create Shortcut, then dragging the shortcut to an email.

Does that work for you? It's easy enough for most users to do also.
Michelle said…
Sorry Gavin - mean't in Windows Explorer in my last comment.
Gavin Bollard said…
Thank you Michelle.

Although the right-click and drag link option is fast and will work sometimes, we have a mail rule which specifically forbids the attachment of .LNK files to emails.

It's pretty common practice to forbid transfer of .EXE, .BAT, .COM, .CMD, .PIF, .LNK and .VBS files. They are frequently abused by malware.
Michelle said…
Hi Gavin

I can understand why you block the attachments. We block them on our mail gateway for inbound messages but do not restrict attachments internally. This gives us a good balance of protection vs ease of use.

However I work in a world-wide company with a single point of entry for all emails, but multiple internal servers. If you only have the one or two servers that do everything it's a bit harder.
IT Consultant said…
Very informative post. I have encountered a lot of confusion regarding this, and you just discussed it perfectly.

Popular posts from this blog

How to Change Your Notification Options for New Lotus Notes Mail in version 8.x

Don't worry, I'm not patronizing you (my readers), I just decided to re-document this for one of our internal users and thought you might want to be able to use it in your own user documentation. WHAT IS THIS DOCUMENT ABOUT? Some people who don't get a lot of mail, like to be notified when such an event occurs. Notification can be; via a sound via a pop-up box via the system tray (where the computer clock is) The pop up box looks like this; Other people, who like myself, get too much mail would rather not be notified. The aim of this document is to tell you how (and where) to turn these options on and off. CHANGING YOUR SETTINGS To change your settings from the Notes 8.x client; On the Menu, click File , then Preferences... On the left hand side , click on the little plus sign to the left of Mail to expand the options. Click on the option marked Sending and Receiving . In the middle section, under receiving, you can control your notifications. If you untick the box mark

How to Create an Auto-Response Mail Message in Lotus Notes 8.5.3+

Why would you do this? Suppose that you have an externally accessible generic email address for your company; support@mycompany.com or info@mycompany.com. You might expose this to the web and allow people to send messages to you. Setting up an auto-response email will tell the senders that their message reached its destination and that it will be dealt with accordingly.  It's also good practice to include links to FAQs or other useful information. Why 8.5.3 The techniques we'll be using here work in older versions of Notes but some of the options seem to have moved around in 8.5.3.  I figured it was a good time to show you where they've moved to. The Procedure Start Domino Designer and open the Mail file to be modified.  A really quick way to do this is to right-click on the application tab and choose "Open in Designer". In the Left hand panel of designer, expand Code and then double-click Agents.  A new window should appear. Click the action

How to Do a Mail Merge to Email using Lotus Notes

Why do one? In today's "green" world, it makes much better sense to send out emails than letters but you still want to personalize them. Sadly, by itself Lotus Notes doesn't support mail merge to email. Of course, we know that outlook does (but then it lets anyone and anything send emails for you - even when you don't want them to). So, how to do it in Notes? OpenNTF The first port of call is OpenNTF ( http://www.openntf.org/ ). This place is full of great things but most of them are really badly documented. Still, these guys give things away for free and they develop in their spare time, so we should be grateful for what we get. There's a great little project there called MailMerge Excel to Notes . Go there, click on releases and download the ZIP file. Getting to the Code The installation is tricky though I've noted that since I asked the author about the install, it's been updated (so maybe these steps are less necessary). Unzip the files to somewher