Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi CAISTS,
I have checked the information in private message. In the message trace report, it said there was a DLP policy that blocked this email into quarantine. You can check in the DLP policies on your side to see if there is such a policy. Also you can run a PowerShell command to get all the IDs of the transport rules in your tenant so that you will know which ID and transport rule name is. Here are the steps:
- Connect to Exchange Online using PowerShell with an admin account.
- Run the command below:
Get-TransportRule | fl Identity,Guid
Regards,
Yang