question

Jennifer-3804 avatar image
0 Votes"
Jennifer-3804 asked Jennifer-3804 answered

After migrated users from On-prem to O365, some users are receiving delivered notifications from emails that have been sent since 2017

Hi Team,

After migrated users from On-prem to O365, some users are receiving delivered notifications from emails that have been sent since 2017. Do you know how to explain this?

Thank you for your help,
Rose

office-exchange-hybrid-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

KyleXu-MSFT avatar image
0 Votes"
KyleXu-MSFT answered

@Jennifer-3804

First, I want to confirm with you: whether all migrated mailboxes have this phenomenon? Whether this phenomenon occurs on all old emails?

You can use “Get-MessageTrace” and “Get-MessageTrackingLog” command to check from Exchange online and Exchange on-premises. We will know when and how the email was generated:

 Get-MessageTrackingLog -Sender "MicrosoftExchange329e71ec88ae*******@domain.com" -Recipients "user@domain.com" -MessageSubject "Delivered: Test1234" | select EventID,source,Timestamp

107925-qa-kyle-09-47-30.png

If there exist record about this email, it means email was processed twice, I would confirm with you whether there exist email filter tool in your organization which may cause this phenomenon.

If there doesn't exist related record, I think there may exist something wrong with the mailboxes, try to migrate mailbox to another database(It could repair some issue for mailbox) before migrating it to Exchange online.


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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Jennifer-3804 avatar image
0 Votes"
Jennifer-3804 answered

Will try that , Thank you for your help

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.