Exchange admin to check if an email was received by the users?

Eaven HUANG 2,191 Reputation points
2022-03-11T01:56:14.947+00:00

Dear experts,

We need to check from our backend to confirm if one specific email was received by one specific user, anywhere within Exchange admin center we can do so? The email was sent from our admin team mailbox and we have the email record, however user complained she didn't receive it by any chance. We didn't receive any bounced email mentioning the receiver account had issues.

We are using Exchange online and AAD. Thanks.

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,178 questions
{count} votes

Accepted answer
  1. KyleXu-MSFT 26,396 Reputation points
    2022-03-14T06:41:27.29+00:00

    @Eaven HUANG

    If sender and recipient mailbox are hosted on your Exchange online, you could connect to Exchange online with PowerShell then use command below to check about it:

    Get-MessageTrace -SenderAddress ******@domain.onmicrosoft.com -RecipientAddress ******@domain.com -StartDate 3/11/2022 -EndDate 3/15/2022  
    

    182683-qa-kyle-14-38-04.png

    Please note, you can only use this cmdlet to search message data for the last 10 days.
    182654-qa-kyle-14-39-18.png

    If this email was sent 10 days ago, you will need to use the Message trace report as michev provided.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Vasil Michev 119.6K Reputation points MVP Volunteer Moderator
    2022-03-11T07:31:25.127+00:00

    Run a (detailed) message trace as explained here: https://learn.microsoft.com/en-us/exchange/monitoring/trace-an-email-message/message-trace-modern-eac
    It will show you whether the message was delivered, including the folder it landed in.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.