Answered by:
Track Out Of Office Emails

Question
-
Dear All,
Is there way where we can track out of office mails. I tried checking the Exchange delivery report , but not getting any details related to automatic reply.
Exchange Version is 2016 .
We are in the Process of migration from domino to Exchange Platform
Automatic reply is not working for external recipient, we want to make sure, Exchange is triggering the automatic reply mail, before checking the smart host
Wednesday, April 3, 2019 4:04 PM
Answers
-
Chris is right, we could use the message tracking log to track the OOF message, for example:
Get-TransportServer | Get-MessageTrackingLog -MessageSubject "Automatic reply:" | where {$_.ReturnPath -eq "<>"}
This command will filter all the message that message subject starts with "Automatic reply:" and return path in the message header is blank, and that is what exactly the OOF message is.
Regards,
Manu Meng
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.
Thursday, April 4, 2019 4:37 AM
All replies
-
check get-messagetrackinglog
Chris
Wednesday, April 3, 2019 4:26 PM -
Chris is right, we could use the message tracking log to track the OOF message, for example:
Get-TransportServer | Get-MessageTrackingLog -MessageSubject "Automatic reply:" | where {$_.ReturnPath -eq "<>"}
This command will filter all the message that message subject starts with "Automatic reply:" and return path in the message header is blank, and that is what exactly the OOF message is.
Regards,
Manu Meng
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.
Thursday, April 4, 2019 4:37 AM -
Just checking in to see if above information was helpful. Please let us know if you would like further assistance.
Regards,
Manu Meng
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.
- Proposed as answer by Manu Meng Thursday, April 11, 2019 10:51 AM
Tuesday, April 9, 2019 10:13 AM -
It has been a long time since you made the last reply on this thread. If you don't mind, we'd suggest you mark the replies above as answers, so it will be easy for other community members to find the useful one/ones.
Thanks for your understandings!
Regards,
Manu Meng
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.
Monday, April 15, 2019 9:43 AM