Does Outlook store files like Google Drive? Does it replace Dropbox? Can you open attachments without downloading them first?
The Short Version
| Method | Pros | Cons |
|---|---|---|
| OneDrive Link (Insert > OneDrive) | Files stay synced; recipients see latest version; no email bloat | Requires Microsoft 365 subscription; sharing permissions must be set manually |
| SharePoint Document Library | Ideal for team folders; version history built-in; supports co-authoring | Only available in business/enterprise plans; requires admin setup |
| Outlook Attachments (legacy) | Works offline; no permission hassles; compatible with all Outlook versions | Email size limits apply; outdated versions circulate; no automatic sync |
| Exchange Online Shared Mailbox Files | Files appear under 'Shared' in Outlook Web App; visible to all mailbox members | No native desktop support; limited to .msg/.pst-free environments; not searchable in desktop client |
Method 1: OneDrive Link (Insert > OneDrive)
This is the closest thing to a 'drive' inside Outlook — but it’s not Outlook’s drive. It’s your OneDrive account, surfaced through Outlook.
To insert a link: Click Message tab → Attach File dropdown → Insert Link from OneDrive. You’ll sign in if needed. Then browse your folders. Select a file. Click Insert.
That inserts a clickable link — not an attachment. The recipient opens the file directly in their browser or app, using the version stored in your OneDrive.
Works in Outlook desktop (365 and 2021), Outlook for Mac (v16.87+), and Outlook Web App. Not available in Outlook 2019 or earlier unless updated via Microsoft 365 Apps channel.
Here’s what most people miss: If your organization uses Exchange Online, OneDrive links are automatically scanned for malware *before* they’re sent. But if you paste the same link manually (not via Insert > OneDrive), that scan bypasses it. Always use the ribbon button — never copy-paste the URL.
Method 2: SharePoint Document Library
This isn’t a personal drive. It’s a team drive — and Outlook treats it as such.
You can’t browse SharePoint libraries directly from Outlook desktop like you do OneDrive. But in Outlook Web App (OWA), go to Home → SharePoint (in left rail, if enabled). In desktop Outlook, you access it indirectly: File > Options > Advanced > Outlook Data File Settings > Add SharePoint library as folder. That adds it under 'SharePoint Lists' in your folder pane.
Once added, you can drag-and-drop files into emails — Outlook inserts them as links pointing to the SharePoint location.
Important: This only works if your SharePoint site has been granted 'External Sharing' permissions *and* your Exchange admin has enabled the 'SharePoint integration' policy. If users report missing SharePoint options, check File > Office Account > Update Options > Update Now — outdated builds disable this silently.
Sample real-world folder structure:
• Marketing Team Site
• Campaign Assets
• Q3 Reports
• Brand Guidelines (v2.4 — last modified 2024-05-17)
Method 3: Exchange Online Shared Mailbox Files
This one surprises people. Shared mailboxes don’t hold files — but in Outlook Web App, they *display* a 'Files' tab if the mailbox is linked to a Microsoft 365 Group.
How it works: When you create a shared mailbox tied to a group (e.g., support@company.com), Microsoft auto-provisions a SharePoint document library named “Shared Documents” under that group’s site. That library appears as Files in OWA — but *only there*. Desktop Outlook shows no trace of it.
To access: Open OWA → select shared mailbox → click Files tab → upload or open documents. All files are stored in SharePoint — not Exchange — and inherit the group’s permissions.
Counterintuitive tip: If you try to attach a file from this tab using desktop Outlook, it fails silently. You must use OWA or switch to OneDrive/SharePoint insert methods instead.
This method is invisible to Outlook 2016 and older clients. Even Outlook 2019 won’t show it unless connected to Exchange Online (not on-prem Exchange Server).
Which Should You Choose?
Your choice depends on who needs access, where they’ll open it, and whether you control the environment.
| Your Situation | Best Method | Why |
|---|---|---|
| Sending a contract to a client outside your org | OneDrive Link | Gives them direct access without needing your SharePoint permissions or login |
| Sharing quarterly reports with internal finance team | SharePoint Document Library | Version history prevents overwrites; audit log tracks edits; co-authoring works in Excel/Word |
| You’re stuck on Outlook 2016 with on-prem Exchange | Outlook Attachments (legacy) | No cloud dependency; no admin config required; works with all recipients regardless of M365 status |
| You manage a shared inbox like hr@company.com | Exchange Online Shared Mailbox Files (OWA only) | Files live with the group, not individual mailboxes; new hires get instant access |
| You need offline access during travel | OneDrive Link + 'Make Available Offline' | Syncs to local OneDrive folder; appears in Outlook desktop as file path when offline |
| You’re using Outlook for Mac | OneDrive Link | SharePoint integration is buggy on Mac; OneDrive is stable and consistent across versions |
| You’re troubleshooting why a colleague sees 'Link Expired' on a file | Check sharing settings in OneDrive — not Outlook | Outlook doesn’t control expiry. It’s set in OneDrive: Right-click file → Share → Manage Access → Expiration date |
Final note on Exchange server settings: If your company uses hybrid Exchange (on-prem + cloud), OneDrive links may fail unless the Hybrid Configuration Wizard includes the 'Modern Authentication' flag. Run Get-HybridConfiguration in Exchange PowerShell to verify. If missing, re-run the wizard — otherwise, links generate but return 401 errors.