Forum Discussion
yonisantar
Apr 30, 2024Copper Contributor
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
- OperonSweatyIron Contributor
Failed emails can be checked by filtering status eq failed with Graph API, but it requires MailboxActivity.Read permission.