Delivery Report for Exchange Hybrid 2019 ( On Premise )

Natanael Sigit 41 Reputation points
2021-05-31T08:45:43.103+00:00

Greetings all,

anyone have any idea why my Exchange Server 2019 ( hybrid ) can't see or find message track log from office 365.
The situation when i try to press "Search" on premise.

"object reference not set to an instance of an object"

we need to validate is it the email already deliver or not to our on premise account.
( since my message trace from 365 said it's delivered but the user from on premise did not receive it )

If it's anomaly, how to fix the problem regarding the situation.

Thanks before,

Exchange | Hybrid management
0 comments No comments
{count} votes

Accepted answer
  1. KyleXu-MSFT 26,396 Reputation points
    2021-06-02T07:05:05.113+00:00

    @Natanael Sigit

    From the Exchange on-premises admin center, you could only choose an Exchange on-premises hosted mailbox as the "From":
    101622-qa-kyle-14-46-23.png

    If you want to use an external mailbox, you need to add this external mailbox as mail contact:
    101589-qa-kyle-15-03-58.png

    Then you will could find this mailbox from the "From list":

    101633-qa-kyle-15-04-29.png


    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.

    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Andy David - MVP 158K Reputation points MVP Volunteer Moderator
    2021-05-31T13:13:17.537+00:00
    0 comments No comments

  2. KyleXu-MSFT 26,396 Reputation points
    2021-06-01T06:38:32.303+00:00

    @Natanael Sigit

    Do you mean that you cannot send email from Exchange online to Exchange 2019 mailbox?

    I would suggest you provide the result of command below to us:

    Connect to Exchange online and run command below:

    Get-MessageTrace -SenderAddress "******@contoso.com" -RecipientAddress "******@domain.com" -StartDate 05/30/2021 -EndDate 06/1/2021  
    

    Open Exchange 2019 EMS and run command below:

    Get-MessageTrackingLog -Start 05/30/2021 -End "06/1/2021" -Sender "******@domain.com" -Recipients "******@domain.com"  
    

    I also want to confirm with you, whether all Exchange online mailboxes cannot sent email to Exchange on-premises mailboxes?

    Do you receive any NDR about this email?


    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.

    0 comments No comments

  3. Natanael Sigit 41 Reputation points
    2021-06-02T01:36:10.913+00:00

    Thanks for the reply Andy & Kyle,

    if i'm using exchange powershell console in on premise, i can trace the log clearly. the problem is when i'm trying using GUI Web. is it the feature of exchange that disallowed to search delivery report from 365 sender ( hybrid in this position )

    if it so, can someone give me the reference. so at least there is no dispute regarding the function of exchange 2019 on premise.

    Regards,

    0 comments No comments

  4. Natanael Sigit 41 Reputation points
    2021-06-02T08:55:50.95+00:00

    Thanks Kyle,

    will do with your solution for now,
    so right now my best options using Exchange Powershell

    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.