---
title: "O365 Microsoft Message Trace Reports"
slug: "o365-message-trace"
updated: 2026-03-17T11:00:44Z
published: 2026-03-17T11:00:44Z
canonical: "docs.hunters.ai/o365-message-trace"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hunters.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# O365 Microsoft Message Trace Reports

## About Microsoft Message Trace Report

**Table name:** `microsoft-message-trace-report`

Message Trace Reports for various actions over your Office 365 outlook (Microsoft Exchange email). These include received, rejected, deferred, or delivered messages’ reports / traces . Message trace also shows what actions were taken on the message before it reached its final status.

Learn more [here](https://learn.microsoft.com/en-us/defender-office-365/message-trace-defender-portal).

> [!CAUTION]
> Important Note Regarding Setting up Message-Trace ingestion
> 
> This integration requires its own Client Secret when registering the app (a different one from the audit-logs).
> 
> 1. In the Hunters Data Types section:
> 2. Enable Microsoft Message Trace Report
> 3. Disable O365 Audit Logs (since a separate integration exists for O365 Audit Logs)
> 4. To configure this, go to:
> 5. Data Sources → Connect Data Sources → More Integrations under Office 365:
> 
> ![](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/image(287).png)
> 
> 
> 
> ![](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/image(288).png)

## Sending Data To Hunters

> [!NOTE]
> 📘 Note
> 
> To complete the steps below you’ll need an Azure admin user.

To set up ingestion from Microsoft 365, perform the following steps:

- [STEP 1: Register application](/v1/docs/step-1-register-your-application-1) - Register a new application on Azure with appropriate permissions, create client secrets and gather information in your notepad for the next steps, and finalize the onboarding on Hunters.

## Sample Data

```json
{
  "EndDate": "/Date(1742491887000)/",
  "FromIP": "1.1.1.1",
  "Index": 111,
  "MessageId": "<CONFLUENCE.111@111>",
  "MessageTraceId": "1111-ff31-4dc8-1111-0811111508f0",
  "Organization": "hunters.onmicrosoft.com",
  "Received": "/Date(1742491883215)/",
  "RecipientAddress": "dan.shan@hunters.mail.onmicrosoft.com",
  "SenderAddress": "confluence@hunters.com",
  "Size": 2300433,
  "StartDate": "/Date(1742490087000)/",
  "Status": "Resolved",
  "Subject": "[confluence] HUNTERS Connect Product > GGG Product Testing for Customization projects",
  "ToIP": null,
  "__metadata": {
    "id": "https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/MessageTrace(111)",
    "type": "TenantReporting.MessageTrace",
    "uri": "https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/MessageTrace(111)"
  }
}
```
