Senders don't receive Out of Office notifications from a Microsoft 365 user when Forwarding is enabled

Original KB number:   2866165

Symptoms

People who send an email message to a Microsoft 365 user who set up an Out of Office notification don't receive the notification. However, an Out of Office MailTip for the user is displayed in the mail clients of the senders.

Cause

This issue may occur if one of the following conditions is true:

  • An external forwarding rule, or an automatic reply notification is set up in the user's mailbox.
  • A global Exchange transport rule is created for this mailbox.By design, a mailbox cannot have forwarding rules and an Out of Office notification active at the same time.

Resolution - Step 1: Identify and remove the forwarding rule

To identify and remove a forwarding rule from an Exchange Online mailbox, follow these steps:

  1. Connect to Exchange Online by using Windows Remote PowerShell.

  2. Run the following command:

    Get-mailbox -identity <UserID> | FL *forwarding*,*deliver*
    

    If forwarding is enabled on the mailbox, the command output resembles the following example:

    ForwardingAddress:
    ForwardingSmtpAddress: abc@contoso.com
    DeliverToMailboxAndForward: True
    
  3. If forwarding is enabled, disable it by running the following command:

    Set-Mailbox -Identity <UserID> -DeliverToMailboxAndForward $false -ForwardingSMTPAddress $null
    

Resolution - Step 2: Identify and remove Exchange transport rules

To identify and remove Exchange transport rules from an Exchange Online mailbox, follow these steps:

  1. Connect to Exchange Online by using Remote PowerShell.

  2. Run the following command:

    Get-TransportRule | FL Name,Description
    
  3. If Exchange transport rules are enabled, follow these steps:

    1. Sign in to the Microsoft 365 portal as an administrator.
    2. To open the Exchange admin center, select Admin, and then select Exchange.
    3. In the navigation pane, select mail flow, clear the rules that you want to delete, and then press Delete.

Workaround

To set up email forwarding rules and an Out of Office notification at the same time, you have to set up Inbox rules for the mailbox instead of setting up a transport rule. To do so, follow these steps:

  1. Sign in to the Microsoft 365 portal as an administrator.
  2. To open the Exchange admin center, select Admin, and then select Exchange.
  3. In the upper-right corner, select your name, and then select Open Another user.
  4. Select Organize Mail, and then select Inbox Rules.
  5. Select New ( ), and then select Create a new rule for arriving messages.
  6. In the Name box, specify a name for the rule, and then select More options.
  7. Under When the Message Arrives, select Apply to all messages.
  8. Under Do the Following, point to Move, copy or delete, and then select Copy the Message to the Folder.
  9. Select the Select Folder option, and then select Inbox.
  10. Select Add Conditions.
  11. Under Forward the Messages to, select User whom you have to forward.
  12. Select Save.

Note

If you want to forward the message to a user outside your organization, you must add that user as an external contact.

More information

Still need help? Go to Microsoft Community.