Blog · Deliverability

How to Block External Email from Microsoft 365 Copilot: DLP Configuration Guide

What the DLP External Email Block Actually Does

Microsoft 365 Copilot can now be configured to ignore external email. A new preview DLP capability lets tenant administrators block Copilot from using any message from a domain outside the tenant's accepted domain list as grounding material, a reference, or a summarization source.

In practical terms: when a user asks Copilot to summarize recent emails from an external partner, or asks it to pull context from a vendor thread, Copilot will refuse -- because the messages came from outside the tenant. The emails still arrive in the inbox. Copilot simply cannot use them.

This is distinct from blocking or quarantining external messages. The emails arrive normally. The block only affects what Copilot can do with the content after it arrives.

Microsoft announced this capability in preview in late July 2026. It is available to tenants with Microsoft 365 Copilot licenses -- including M365 Business Premium, Copilot for Microsoft 365 (E3/E5), and related plans.

Why Admins Are Enabling This

The feature exists for two related reasons: prompt injection prevention and compliance.

Prompt injection prevention is the security case. A well-documented attack involves sending an email to a target with carefully crafted content designed to manipulate an AI assistant's behavior when processed. By blocking external messages from Copilot's context window, the attack surface shrinks considerably.

Compliance is the policy case. Some regulated industries have data-handling requirements that effectively prohibit sending external content to AI systems without human review. Healthcare, legal, and financial organizations in particular may have obligations that restrict how external communications can be processed. For these tenants, the DLP block is not optional -- it may be required to use Copilot at all.

Outside of regulated industries, some security-conscious IT teams simply prefer to limit what Copilot can ingest from the open internet. External emails represent a broad and uncontrolled data source. Blocking them is a straightforward risk reduction step.

How to Enable the DLP Policy

The configuration path is through the Microsoft Purview compliance portal.

1. Open the Purview compliance portal at compliance.microsoft.com
2. Navigate to Data Loss Prevention > Policy
3. Select Create policy or open an existing DLP policy
4. Under Copilot-specific settings, look for the option labeled Block processing of external email content for Microsoft 365 Copilot
5. Enable the block for the appropriate user or group scope
6. Save and publish the policy

The setting applies tenant-wide once enabled, affecting all Copilot surfaces -- including Outlook, Teams, and the Microsoft 365 Copilot Chat experience.

For organizations that prefer PowerShell, the underlying controls are managed through Exchange Online DLP cmdlets. You can verify the current state with:


Get-DlpCompliancePolicy -Identity "Copilot External Email Block" | Format-List

Check Microsoft's official documentation for the most current cmdlet syntax, as preview features can change between update cycles.

What the Policy Does NOT Block

The most important thing to understand: this block applies to Copilot processing only. It does not prevent emails from arriving. It does not move them to quarantine. It does not delete them.

What the block does not prevent:


  • External emails arriving in inboxes normally

  • Users reading external emails directly in Outlook or other clients

  • Users manually copying external email content and pasting it into a Copilot chat

  • Internal emails from being processed normally

  • Third-party AI tools (e.g., ChatGPT, Claude) from processing content the user shares with them

The block is scoped to Microsoft 365 Copilot's ability to use external email as a grounding or context source. Everything else is outside its scope.

Limitations and Edge Cases to Know

Before enabling this across a large tenant, be aware of the following constraints:

Preview status. This feature is in preview as of July 2026. The behavior, UI labels, and configuration options may change before general availability. Test in a scoped pilot group before rolling out tenant-wide.

Copilot licensing required. The block only applies to users with active Microsoft 365 Copilot licenses. Users without Copilot access are unaffected by the policy.

Cross-tenant scenarios. Users who collaborate with contractors or partner organizations using a shared tenant arrangement may find that Copilot suddenly stops working for those threads. Verify your collaboration model before enabling the block for all users.

Manual workaround exists. Determined users can still paste external email content into a Copilot conversation. The DLP policy is not a data loss prevention control in the traditional sense -- it does not inspect what users type. User education remains necessary for organizations that genuinely need to prevent external content from reaching AI systems.

No effect on other AI tools. This is a Microsoft 365 Copilot-specific control. It has no bearing on other AI assistants or plugins.

Should You Enable This? A Practical Checklist

Use this checklist to decide whether the block makes sense for your organization.

Enable the block if:


  • Your industry has compliance requirements that restrict how external email content can be processed by AI systems

  • Your security policy prohibits AI systems from ingesting open internet content without review

  • Your organization has experienced or is concerned about prompt injection attacks via email

  • You have M365 Copilot and want a straightforward, low-effort risk reduction step

Consider carefully before enabling if:


  • Your help desk uses Copilot to summarize external vendor communications

  • Your sales team relies on Copilot to pull context from client email threads

  • Cross-tenant collaboration is a daily workflow for your organization

  • You have not yet trained users on responsible AI use

For many organizations, the decision comes down to whether the productivity cost of losing Copilot access to external email outweighs the security benefit. In regulated industries, the answer is often clear. In general enterprise use, it may be worth enabling selectively -- for example, for executives and IT administrators -- rather than across all users.

Related Microsoft 365 Email Security Controls

The Copilot DLP block is one layer in a broader email security strategy. It does not replace traditional email authentication controls -- it complements them.

DMARC, SPF, and DKIM remain the foundational controls for preventing email spoofing and ensuring that incoming messages actually come from the domains they claim. DMARCFlow monitors your DMARC policy and alignment status continuously, alerting you when authentication failures suggest spoofing attempts or configuration problems.

The DLP block for Copilot handles what happens after an email arrives and a user decides to process it with AI. Email authentication controls determine whether that email was legitimate in the first place. Both matter, and they address different parts of the risk profile.

Organizations already using DMARCFlow for monitoring their email authentication posture will find that the same visibility into who is sending email on behalf of their domain is directly relevant when evaluating whether to allow Copilot to process external email. Knowing which legitimate partners send to your domain versus which domains are being spoofed helps frame the risk decision more precisely.

---

Frequently asked questions

Q: Does this DLP policy delete or block external emails from arriving?
No. External emails arrive normally. The block only prevents Copilot from using them for grounding, summarization, or as a reference source.

Q: Can users work around this by copying and pasting external email content into Copilot?
Yes. The policy blocks Copilot's native email processing but does not inspect what users manually type or paste. For organizations that genuinely need to prevent this, a separate data loss prevention policy covering manual data exfiltration may be needed.

Q: Does this apply across all Microsoft 365 Copilot surfaces?
The policy applies to Microsoft 365 Copilot's processing of email across surfaces including Outlook and Teams. Check Microsoft's official documentation for the most current surface coverage, as preview features may vary by surface during the rollout.

Q: Is this feature already in general availability?
No. As of July 2026, this is a preview feature. General availability timing depends on Microsoft's roadmap. Check the Microsoft 365 roadmap for the latest status.

Q: Does this replace the need for email authentication like DMARC?
No. The Copilot DLP block and email authentication address different threats. DMARC, SPF, and DKIM verify that incoming email is legitimate before it reaches the inbox. The DLP block controls what Copilot can do with that email afterward. Both are worth maintaining independently.