How to take Email header details from Exchange Server 2016.

Shabaz Ahmed 141 Reputation points
2021-06-26T08:41:10.507+00:00

Hi all,

Is there any option to view email message header details from exchange server. I know there is a option of "view message details" but user is delegated person, and I can't ask him to share the details.

Can we fetch details from exchange server?

We use Exchange Server 2016 cu19

Regards,
Shabaz

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,503 questions
0 comments No comments
{count} votes

Accepted answer
  1. KyleXu-MSFT 26,246 Reputation points
    2021-06-28T05:39:15.21+00:00

    @Shabaz Ahmed

    Is the recipient on your Exchange server?

    You can add your mailbox to the recipient full access list, then you will could open this mailbox and check message header.

    You can also use Search-mailbox command to export target email from this recipient to your mailbox , then you will could check this email from your mailbox directly:

    Search-Mailbox -Identity recipient -SearchQuery "Subject:Test1234" -TargetFolder check -TargetMailbox administrator  
    

    If the recipient isn't on your Exchange server, you will cannot check the message header with above ways.


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Andy David - MVP 145.6K Reputation points MVP
    2021-06-26T11:48:27.467+00:00

    The only way from the "server side" would be pipeline tracing:
    https://learn.microsoft.com/en-us/exchange/mail-flow/transport-logs/pipeline-tracing?view=exchserver-2019

    However its used for troubleshooting only

    109564-image.png

    0 comments No comments