Using Microsoft 365 Copilot in a Shared Mailbox
Microsoft 365 Copilot has rapidly become one of the most valuable productivity tools in the modern workplace. By intelligently analyzing emails, summarizing conversations, and answering natural-language queries, Copilot significantly reduces time spent navigating complex inboxes. A commonly requested feature is the ability to use Copilot with shared mailboxes to summarize customer requests, extract insights, count unread items, or quickly identify urgent emails. Microsoft has confirmed that Copilot can work with shared mailbox content if strict prerequisites are met.
However, as seen in real environments, Copilot may still fail to recognize shared mailbox content even when all conditions appear correct. In this article we will be looking at using Copilot in a Shared Mailbox and we will also dive deep into troubleshooting part when Copilot is not able to recognize the Shared mailbox.
Table of Contents
Understanding Copilot & Shared Mailboxes
What Copilot Can Do
- Summarizing email threads
- Listing unread messages
- Extracting key points or action items
- Searching messages by topic, sender, or date
- Drafting replies
- Providing mailbox-level insights
What a Shared Mailbox Is
A shared mailbox is an Exchange Online mailbox accessed by multiple users via delegated permissions. It does not require a license, but users accessing it must have appropriate permissions and licenses.
Requirements for Using Copilot in a Shared Mailbox
Copilot works in the context of the signed-in user. It does not bypass permissions or access mailboxes automatically. Below are the pre-requisites for using Copilot in a Shared Mailbox:
- Full Access permissions to the shared mailbox
- Shared mailbox must be explicitly added in Outlook Web or Outlook for Windows
- User must have a valid Microsoft 365 Copilot license
- User must also hold a Microsoft 365 (E3/E5) license
- Shared mailbox must be hosted in Exchange Online
- Copilot must be used via a supported client (New Outlook or Outlook Web)
- The user must reference the shared mailbox explicitly in prompts.
Current Limitations & Considerations
Even if prerequisites are met:
- Copilot cannot auto-discover shared mailboxes. Users must add the shared mailbox manually to Outlook.
- Some tenants do NOT yet have shared-mailbox Copilot support enabled. Rollout may differ by region or tenant security configuration.
- Conditional Access, Exchange Policies, or Copilot settings can block shared mailbox access.
- Emails with Encryption / MIP Labels / IRM cannot be analyzed.
- Shared mailbox must be opened at least once while using Outlook. Copilot indexes only what the user has access to.
Copilot and Share Mailbox Error: I don’t have knowledge of this mailbox
In a real case study, we came across a scenario:
- A user has Full Access to sharedmailbox@domain.com
- Shared Mailbox is added in Outlook
- The user has Microsoft 365 Copilot + Office 365 E3 license assigned.
According to Microsoft documentation, this should be sufficient. However, when this user opens Copilot, selects workspace, and queries the mailbox, Copilot responds with error “I don’t have knowledge of this mailbox.”
Root Causes Seen in Similar Cases
- Permission replication delay in Exchange Online
- Automapping conflicts
- Shared mailbox added incorrectly (auto-added instead of manual add)
- Tenant-level restriction on Copilot accessing external mailboxes
- Copilot index not yet refreshed
- Full Access applied with automapping enabled → can cause access inconsistencies.
Troubleshooting Guide & Fix
Below is a structured method to resolve these issues:
STEP 1 — Reassign Permissions Without Automapping (Recommended Fix)
Automapping can cause Copilot integration failure. We can use below PowerShell commands to remove and re-apply permissions and disable auto mapping.
Connect-ExchangeOnline
# Remove existing permissions
Remove-MailboxPermission "sharedmailbox@domain.com" -AccessRights FullAccess -User "user@domain.com"
# Re-apply permissions WITHOUT automapping
Add-MailboxPermission -Identity "sharedmailbox@domain.com" -User "user@domain.com" -AccessRights FullAccess -InheritanceType All -AutoMapping:$falseSTEP 2 — Verify Access via Outlook Web
Wait for couple of hours for permissions replication, and then follow below steps to verify shared mailbox access using OWA.
- Login to Outlook Web
- Click your avatar → Open another mailbox
- Enter sharedmailbox@domain.com email address and select the mailbox.
If the mailbox opens successfully, Full Access is confirmed.
STEP 3 — Add Shared Mailbox Manually in Outlook Desktop
Follow below steps to add shared mailbox manually in Outlook desktop client:
- File → Account Settings
- Select your account → Change
- More Settings → Advanced
- Under Shared Mailboxes → Add
- Enter sharedmailbox@domain.com email address
- Restart Outlook
STEP 5 — Test Copilot Using Copilot Prompts
Use below Copilot prompts them line by line:
- Can you tell me how many email items are there in the shared mailbox sharedmailbox@domain.com?
- Can you tell me how many unread emails are there in the shared mailbox sharedmailbox@domain.com?
- Can you provide me the mailbox size for sharedmailbox@domain.com?
- Can you provide me with the available storage for mailbox sharedmailbox@domain.com?
- Can you tell me how many messages I have received in the last 5 days on shared mailbox sharedmailbox@domain.com?
- Can you list all the latest messages received in the shared mailbox sharedmailbox@domain.com?
- Can you summarize the latest messages received in the shared mailbox sharedmailbox@domain.com?
- Can you summarize all messages received onto the shared mailbox sharedmailbox@domain.com for the last 3 days?
- Can you give me a summary of the latest messages in my shared mailbox at sharedmailbox@domain.com?
These Copilot Prompts are designed to confirm whether Copilot’s index now recognizes the shared mailbox.
Why Copilot Throws Error: I don’t have knowledge of this mailbox
Copilot accesses mailbox data through:
- Exchange Permissions
- Microsoft Search Index
- User Profile Context
- Semantic Indexing (for M365 Copilot).
Even if a user sees a mailbox in Outlook, Copilot might still claim: “I don’t have knowledge of this mailbox.”
This happens when semantic indexing has not associated the shared mailbox with the user account, often due to:
- Automapping issues
- Permission changes not yet propagated
- Shared mailbox access not refreshed in Outlook Web
- Tenant-level Copilot restrictions.
What to Do When It Doesn’t Work
Even with everything set up correctly, you might run into issues like I don’t have knowledge of this mailbox. Here are common problems & their remedies:
| Issue | Possible Cause | What to Do |
| Copilot doesn’t show up or doesn’t respond to prompts targeting shared mailbox | No full delegate access; only folder-level permissions | Request full mailbox access from your admin (not just folder permissions) |
| Using a non-supported client (classic Outlook, non-Exchange, archive mailbox) | Unsupported environment | Switch to Outlook Web or New Outlook + ensure mailbox is on Exchange Online |
| Emails are encrypted/IRM/MIP-labeled | Copilot cannot read protected content | Use unencrypted mail, or access plaintext copy (if allowed) |
| Responses incomplete or missing emails | Semantic indexing/search limitations | Try refining prompt (more specific criteria), or manually check via Outlook |
| Copilot appears, but only on your primary mailbox, not shared mailbox | Feature rollout incomplete / license issue / unsupported mailbox type | Verify license, permissions, mailbox type; check with your Microsoft 365 admin |
Also, keep in mind that while feature support is expanding — as of mid-2025, support for delegate mailboxes via Copilot was rolled out globally under a roadmap item.
If after meeting all prerequisites it still fails, a good fallback is to copy/move the emails you care about into your own mailbox (or a folder you own) — then ask Copilot to operate there (although that undermines the shared mailbox model, it works around limitations).
Copilot Prompts to manage Shared Mailbox using Copilot for Day-to-Day Operations
Here are few excellent prompt examples to manage a shared mailbox emails using Copilot:
General Mailbox Queries: “Show me all unread emails in the mailbox sharedmailbox@domain.com from today.”
“Summarise all customer requests received in sharedmailbox@domain.com in the last 48 hours.”
Prioritisation: “Which emails in sharedmailbox@domain.com appear urgent or require immediate action?”
Customer Communication: “Draft a response to the latest email in sharedmailbox@domain.com requesting technical assistance.”
Reporting: “Summarize all service-ticket related emails received this week in sharedmailbox@domain.com.”
Search: “List all emails from [Name] in sharedmailbox@domain.com in the last 30 days.”
Conclusion
Copilot is fully capable of working with shared mailboxes when prerequisites are met and permissions are correctly configured. However, real-world issues show that permission propagation, automapping, and tenant configuration can prevent Copilot from accessing mailbox content even if everything appears correct.
The step-by-step troubleshooting guide provided above article of Using Copilot in a Shared Mailbox, including removing and reassigning Full Access without automapping, is currently the most reliable fix.
Once configured properly, Copilot becomes a powerful tool for enabling faster response times, better insights, and significantly improved efficiency.
Other Articles
You might like our other articles:
Email Retention Policy Not Working? A Complete Troubleshooting Guide
Microsoft 365 vs Office 365: What’s the Real Difference?
How OneDrive and SharePoint Work Together in Office 365
Office 365 vs Google Workspace: Which is Better for Your Business?
SharePoint permissions explained
What happens when you delete a SharePoint Site
550 5.7.1 Gmail marking email as spam.
Office 365 license management with Graph PowerShell
Delete mailbox in Exchange Online – Soft delete vs Hard delete
550 5.7.520 Access Denied, Your organization does not allow external forwarding
GAL Segmentation – Separate domains in GAL
GAL Segmentation in Office 365 – Department based GAL Segmentation
Please join our YouTube channel for the latest videos on Cloud technology and join our Newsletter for the early access of the blogs and updates.
Happy Learning!!
