I'm troubleshooting a clients email and hit a block. (Outlook 2003) Whenever I click a hyperlink in the email body, it opens the documents folder. I've searched Msft and no help there. I've looked in Folder Options/File Types for the NONE: URL relationships, and they appear to be correct. Has anyone been down this road? Thx.

Dani AI

Generated

Outlook itself does not parse or fetch URLs — it hands each link to Windows' URL/protocol handlers (the HTTP/HTTPS handlers and the default browser). When those handlers are damaged or point at Explorer instead of a browser, clicking a link can open a folder (My Documents) or File Explorer. That explains why running setup/repair fixed the problem in case: setup rewrites the protocol handlers and related registry keys.

For quick diagnosis (building on ): send a test message to yourself and right‑click the link -> Edit Hyperlink to confirm the target; paste the same URL into the Run box or IE/Firefox address bar to see whether the problem is system‑wide. If the link fails outside Outlook, focus on Windows, not Outlook.

Safe follow‑up steps to try before a full reinstall:

  • Make your browser the default via Internet Explorer -> Tools -> Internet Options -> Programs -> Make default, or via Control Panel -> Default Programs.
  • Re‑register the core URL handler DLLs from an elevated command prompt, then reboot:
regsvr32 urlmon.dll
regsvr32 shdocvw.dll
  • If comfortable with the Registry (backup first), inspect these keys to ensure they call your browser exe and include "%1":
    HKEY_CLASSES_ROOT\http\shell\open\command
    HKEY_CLASSES_ROOT\https\shell\open\command

Also check for third‑party utilities or security software that might hijack protocol handlers. If none of the above helps, a repair/repair‑install of the browser or Office (as noted) will typically restore the correct handlers. Always back up the registry and create a restore point before making changes.

Recommended Answers

All 4 Replies

I had a similar problem with adobe acrobat, repairing the install fixed the problem. you might need to reinstall or upgrade outlook

is thai an hyperlink that YOU sent to the email address to do the test. if not try sending one yourself. also right clcik the hyperlink and take a look at the properties. it should show you the root URL

It seems to happen with any hyperlink - from anyone. I'm going to try the repair option and see what happens...let you know. I'll check the URL root also.

All's well - ran setup again for a different component and whatever it was is fixed. :cool:

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.