Konfigurera Övrig e-post och Prioriterad inkorg i Microsoft Outlook för Workplace
Använd Exchange Online-kommandot i PowerShell för att skapa två transportregler om du vill se till att e-post från Workplace inte hamnar i Övrig e-post i Microsoft Outlook:
- New-TransportRule -Name "Workplace Emails Bypass Focused Inbox" -SenderDomainIs "fbworkmail.com" -SetHeaderName "X-MS-Exchange-Organization-BypassFocusedInbox" -SetHeaderValue "true" -Comments "Workplace email will go into the Inbox or Focused Inbox and not the Clutter or Other folder in Exchange Online"
- New-TransportRule -Name "Workplace Emails Bypass Clutter" -SenderDomainIs "fbworkmail.com" -SetHeaderName "X-MS-Exchange-Organization-BypassClutter" -SetHeaderValue "true" -Comments "Workplace mail will go into the Inbox or Focused Inbox and not the Other view in Exchange Online"