Forum Discussion

yonisantar's avatar
yonisantar
Copper Contributor
Apr 30, 2024

Using graph API to find failed mail in Exchange mail flow

I am using no-reply mails to send 2FA to email to client. How Can i use graph API or any other solution to retrieve from exchange mail flow all emails sent from mailto:email address removed for privacy reasons email address that failed ?

1 Reply

  • OperonSweaty's avatar
    OperonSweaty
    Iron Contributor

    Failed emails can be checked by filtering status eq failed with Graph API, but it requires MailboxActivity.Read permission.

Resources