Focus Inbox

Handian Sudianto 6,096 Reputation points
2023-07-11T01:55:35.7866667+00:00

How focus inbox works? I received an email from internal system and stored in 'Focus' tab, but same email delivered to another person stored on 'other' tab. Why there are different stored location?

Exchange Exchange Server Other
0 comments No comments
{count} votes

Accepted answer
  1. Aholic Liang-MSFT 13,886 Reputation points Microsoft External Staff
    2023-07-12T07:47:46.57+00:00

    Hi @ Handian Sudianto,

    Before messages are delivered to the Inbox, they are categorized and labeled with attributes that contain the results of the classification. The value of this property is learned from the user's signals (behavior):

    • Strong – Moving into/out of "Other" tab
    • Weak – deleting without reading or clicking on link inside the message
    • Ignores all messages touched by inbox rules
    • Ignores all messages with an "X-MS-Exchange-Organization-BypassFocusedInbox" header for organizational control

      

    If you need to ensure that specific messages never appear in Other for members of your organization, you can create one or more transport rules to add specific "x-headers" to those messages.

    Example syntax:

    New-TransportRule -Name <name_of_the_rule> -SubjectContainsWords "Human Resources" -SetHeaderName "X-MS-Exchange-Organization-BypassFocusedInbox" -SetHeaderValue "true"
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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

1 additional answer

Sort by: Most helpful
  1. Aholic Liang-MSFT 13,886 Reputation points Microsoft External Staff
    2023-07-11T07:52:03.93+00:00

    Hi @ Handian Sudianto,

    Focused Inbox separates your inbox into two tabs—Focused and Other. Your most important email messages are on the Focused tab while the rest remain easily accessible—but out of the way—on the Other tab.

    As soon as you enable Focused Inbox, you’ll see the Focused and Other tabs at the top of your Inbox. The more you use Focused Inbox, the smarter it gets about how it organizes your messages. You can also teach Outlook what matters most to you by moving emails between Focused and Other, and setting overrides to make sure emails from certain senders always show up in a particular destination.

    You can refer to the following steps to turn off Focused Inbox in Outlook client:

    1. Select the View tab.
    2. Select Show Focused Inbox.

    User's image

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.


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.