Forum Discussion
Afiq_2110
Jan 05, 2022Copper Contributor
Delivery has failed to these recipient but the recipient has already been deleted from AD
Hi Exchange community, I am having some issue where when a user mailbox received any email, that user will receive an email from Outlook saying undeliverable to a recipient. The thing is, that re...
- Jan 05, 2022Check for any inbox rules too, including hidden ones (MFCMAPI).
VasilMichev
Jan 05, 2022MVP
Check for any inbox rules too, including hidden ones (MFCMAPI).
- Afiq_2110Jan 06, 2022Copper Contributor
Thanks Vasil. I overlook on checking inbox rules set up by the user. Apparently she set up a rule that will auto forward any received email to the deleted user hence causing the undeliverable message.
If anyone like to know how do I check for inbox rules, I use this powershell to check:
Get-InboxRule -Mailbox <MailboxIdParameter>
Get-InboxRule -Mailbox <MailboxIdParameter> | Select -Property *