Skip to main content
🦉
Message CenterMicrosoft 365 Updates
HomePermissionsTenant FinderPortfolio
🦉
M365 Message Centerby Cengiz YILMAZ

Track the latest updates, features, and announcements for Microsoft 365 services. Comprehensive archive of service updates and important changes.

Quick Links

HomePermissionsTenant FinderPortfolio

Connect

© 2026 M365 Message Center. Created with ❤️ by Cengiz YILMAZ

Data sourced from Microsoft 365 Message Center • Not affiliated with Microsoft

  1. Home
  2. /
  3. MC1150118

Microsoft Defender for Office 365: New records in Streaming API and Sentinel EmailEvents table

Plan for Change

Message ID

MC1150118
View in Admin Center

Services

Microsoft Defender XDR

Summary

Starting early October 2025, Microsoft Defender for Office 365's Streaming API and Sentinel EmailEvents table will store both current and historical email verdicts and locations, showing multiple records per email. Admins should update queries and dashboards accordingly, using KQL's arg_max to retrieve the latest records.

Details

Introduction

To improve visibility and alignment across Microsoft Defender for Office 365 and Microsoft Sentinel, we’re updating how email verdict and location changes are handled in the EmailEvents table. This change ensures that Sentinel reflects both current and historical verdicts, enabling more accurate threat analysis and investigation.

When this will happen:

General Availability: Rollout begins in early October 2025 and is expected to complete by early November 2025.

How this affects your organization:
  • Who is affected: Admins using Microsoft Defender for Office 365, Streaming API, and the EmailEvents table in Microsoft Sentinel.
  • What will happen:
    • The Streaming API will begin streaming updated records when an email’s verdict or location changes.
    • Microsoft Sentinel will store both the updated and previous records, rather than replacing them.
    • You may see multiple rows for the same email if its verdict or location is updated.
    • This update aligns the EmailEvents table in Microsoft Sentinel with the behavior of the Advanced Hunting EmailEvents table.
What you can do to prepare:
  • Review and update existing queries and dashboards that rely on the EmailEvents table.
  • Use the following KQL pattern to retrieve the latest record per email:
summarize arg_max(Timestamp, *) by NetworkMessageId, RecipientEmailAddress

Example query for emails with a "Phish" verdict:

EmailEvents
| where ThreatTypes has "Phish"
| summarize arg_max(Timestamp, *) by NetworkMessageId, RecipientEmailAddress

Learn more about the arg_max function: KQL arg_max documentation

Compliance considerations:

No compliance considerations identified, review as appropriate for your organization.


Timeline

📅
Published
Sep 8, 2025
Message published to Message Center
✏️
Updated
Sep 8, 2025
Message content updated
🏁
End Date
Jan 31, 2026
Message timeline ends

Tags

#Feature update#Admin impact

Category

📋Plan for Change

Related Messages

Similar updates

MC1154297

Microsoft Defender for Identity: New recommendations for Microsoft Secure Score

Sep 16, 2025
MC1169078

Microsoft Defender for Cloud Apps: Improvements to threat protection capabilities

Oct 9, 2025
MC1137610

Microsoft Defender for Identity alerts transitioning to XDR-based detection platform

Aug 18, 2025
MC1155429

Microsoft Defender for Identity: New recommendations added to Microsoft Secure Score

Sep 18, 2025
MC1152320

Microsoft Defender for Office 365: Enhanced email entity page experience

Sep 12, 2025