The Problem
You get an email with a link labeled ‘Project Charter – Final v3’ and a tiny SharePoint icon beside it. You click it. Nothing happens — or worse, you land on a login screen for a site you’ve never seen. Meanwhile, your teammate opens the same message and sees a full folder pane inside Outlook titled ‘Shared with Me’. What changed? Nothing — except permissions, admin settings, and how that original link was created. This isn’t about broken links. It’s about context collapse. Outlook shows SharePoint content only when three things align: (1) the email was sent from a SharePoint-enabled team site or Microsoft 365 Group, (2) your account has at least View permissions on that SharePoint location, and (3) your Outlook client is configured to surface those connections — which, by default, it usually isn’t. It hits hybrid teams hardest: people on Outlook 2016 with older Exchange servers, folks using Outlook for Mac, or users whose IT disabled the ‘Shared Workspace’ ribbon tab. They don’t see the SharePoint integration at all — even if the files are sitting there, perfectly synced.The Fix
First, confirm whether SharePoint is *supposed* to appear in this message. Look for these signs:- A paperclip icon with a small SharePoint logo (⊞) next to an attachment name
- Text like ‘Shared from
’ or ‘Located in SharePoint’ in the message header - A ‘View in SharePoint’ button under the message body (not always visible)
In most modern messages, hover over the file name or link. A tooltip appears: ‘Open in SharePoint’. Click it. That opens the file’s parent document library in your default browser — not inside Outlook. Method 2: Use the ‘Files’ tab (Outlook 365 only)
Open the message. Go to Message tab > Files group > click Open in SharePoint. This works only if the message originated from a Microsoft 365 Group-connected SharePoint site. Method 3: Manual navigation (All versions)
Right-click the attachment > Properties. In the ‘General’ tab, look for ‘Location’. If it starts with
https://[tenant].sharepoint.com/, copy that URL and paste it into your browser. That’s your direct path.
Keyboard shortcut tip: Press Ctrl+R to reply — then immediately press Alt+H > O to open the ‘Insert’ tab and try attaching from SharePoint again. Yes — you can re-attach the same file *from SharePoint* even if the original link broke.
If That Doesn't Work
Try these — ranked by how often they solve the issue:- Check your Outlook version and update status. Outlook 2016 (pre-16.0.12527) lacks modern SharePoint linking logic. File > Account > Update Options > Update Now.
- Log into SharePoint directly first. Open
https://[yourcompany].sharepoint.comin Edge or Chrome. Sign in. Then go back to Outlook and try clicking the link again. Caching and auth tokens often need that nudge. - Disable ‘Cached Exchange Mode’ temporarily. File > Account Settings > Account Settings > double-click your account > uncheck ‘Use Cached Exchange Mode’ > Restart Outlook. Some SharePoint metadata fails to sync in cached mode — especially for external or guest-access sites.
- Ask the sender to re-share via ‘Share’ > ‘Copy Link’ instead of attaching. Attaching a file copies it; sharing a link preserves the SharePoint connection. That’s why ‘Re: Re: Re: Project Phoenix Timeline’ emails often break the chain — each reply detaches the original reference.
Preventing It Next Time
Stop treating attachments as documents. Treat them as *references*. When you receive a SharePoint-linked file, don’t save it locally unless you absolutely must. Instead, right-click > ‘Open in SharePoint’. Bookmark that page. Add it to your SharePoint ‘Followed Sites’ list so it appears in your SharePoint mobile app and Outlook’s ‘Shared with Me’ view (if enabled). Also: turn on ‘Show shared workspaces’ manually. It’s off by default in most deployments. Go to File > Options > Advanced > scroll to ‘Shared Workspace’ > check Show shared workspace tab. Then restart Outlook. This adds the ‘Shared Workspace’ tab to the ribbon — and yes, it works even in Outlook 2016 if your Exchange server supports it (2016 CU12+ or Exchange Online). Surprising tip: The ‘Shared Workspace’ tab only appears if you have *at least one active SharePoint connection*. So open any SharePoint site once, then restart Outlook. No magic — just state persistence.Related Settings
These Outlook options directly affect how SharePoint content surfaces — or vanishes:- File > Options > Mail > Message format: ‘Use Microsoft Office Word 2007 or later editor’ must be checked. Otherwise, SharePoint-rich headers (like ‘Shared from…’) won’t render.
- File > Options > Trust Center > Trust Center Settings > Attachment Handling: If ‘Block all file types not listed’ is enabled, SharePoint preview links may be suppressed silently.
- File > Options > General > Start-up options: ‘Start Outlook with the following folder’ set to ‘Shared with Me’ only works if your tenant has ‘My Site’ enabled — rare in newer M365 tenants. Don’t waste time hunting for it if you’re on a pure SharePoint Online plan.
Your Situation vs. Best Method
| Your Situation | Best Method | Why |
|---|---|---|
| You clicked ‘View in SharePoint’ and got ‘Page Not Found’ | Copy URL from attachment Properties > paste into browser | The button uses a relative path; Properties gives the absolute one. |
| Outlook 2016, no ‘Files’ tab visible | Enable ‘Shared Workspace’ tab + visit SharePoint site first | Legacy clients require manual activation and auth priming. |
| Email subject: ‘Q3 Budget Review — Action Needed by Friday’ with SharePoint icon | Hover > click ‘Open in SharePoint’ — then use browser’s Back button to return | This preserves edit permissions and version history — unlike downloading. |
| Colleague sees ‘Shared with Me’ folder; you don’t | Go to Outlook Web App > left nav > ‘Shared with Me’ > click ‘Add’ | Desktop Outlook mirrors OWA’s ‘Shared with Me’ list — but only after you add one item there first. |
| Using Outlook for Mac | Click link > choose ‘Open in Browser’ (not ‘Open’) | Mac Outlook doesn’t support SharePoint inline previews — ever. |
| ‘Re: Re: Re: Project Phoenix Timeline’ with broken links | Search SharePoint directly using filename + ‘site:[yoursite]’ in Bing or OWA search bar | Reply chains sever metadata. Search bypasses the broken trail entirely. |