Outlook Turn Off Smart Folders

An Outlook search includes the file names of attachments but not the text inside attachments. The keyboard shortcut for starting an advanced search is SHIFT + + F. To save a search as a Smart Folder, on the Search tab, click Save, and then enter a name for the Smart Folder. In the upper-right corner of the Outlook window, click in the search box. The Search tab appears. Define the scope of the search by clicking a scope button on the Search tab, such as All Mail or All Items. Use the buttons on the Search tab to define your search criteria. To see your entire folder list, tap on See All Folders in the Suggestions pop up for the classic folder move experience. Why am I not seeing three folder suggestions? You may see one, two, or three folder suggestions—the number of folders suggested for you depends on how many folders you move emails to, and how many folders you have overall. To disable Smart View for all Microsoft Office applications (including Outlook): From the Smart View ribbon, select Help. Clear Enable Add-in to disable Smart View the next time you open an Office application. The Smart View ribbon remains, containing only the About button.

-->

Important

The improved Microsoft 365 Defender portal is now available. This new experience brings Defender for Endpoint, Defender for Office 365, Microsoft 365 Defender, and more into the Microsoft 365 security center. Learn what's new.

Outlook Turn Off Smart Folders Outlook

Applies to

In Microsoft 365 organizations with mailboxes in Exchange Online, organizational anti-spam settings are controlled by Exchange Online Protection (EOP). For more information, see Anti-spam protection in EOP.

But, there are also specific anti-spam settings that admins can configure on individual mailboxes in Exchange Online:

  • Enable or disable the junk email rule: The junk email rule is a hidden Inbox rule named Junk E-mail Rule that's enabled by default in every mailbox. The junk email rule controls the following features:

    • Move messages to the Junk Email folder based on anti-spam policies: When an anti-spam policy is configured with the action Move message to Junk Email folder for a spam filtering verdict, the junk email filter rule moves the message to the Junk Email folder after the message is delivered to the mailbox. For more information about spam filtering verdicts in anti-spam policies, see Configure anti-spam policies in EOP. Similarly, if zero-hour auto purge (ZAP) determines a delivered message is spam or phish, the junk email filter rule moves the message to the Junk Email folder for Move message to Junk Email folder spam filtering verdict actions. For more information about ZAP, see Zero-hour auto purge (ZAP) in Exchange Online.

    • Junk email settings that users configure for themselves in Outlook or Outlook on the web: The safelist collection is the Safe Senders list, the Safe Recipients list, and the Blocked Senders list on each mailbox. The entries in these lists determine whether the junk email rule moves the message to the Inbox or the Junk Email folder. Users can configure the safelist collection for their own mailbox in Outlook or Outlook on the web (formerly known as Outlook Web App). Admins can configure the safelist collection on any user's mailbox.

When the junk email rule is enabled on the mailbox, EOP is able to move messages to the Junk Email folder based on the spam filtering verdict action Move message to Junk Email folder or the Blocked Senders list on the mailbox, and prevent messages from being delivered to the Junk Email folder (based on the Safe Senders list on the mailbox).

When the junk email rule is disabled on the mailbox, EOP can't move messages to the Junk Email folder based on the spam filtering verdict action Move message to Junk Email folder or the safelist collection on the mailbox.

Admins can use Exchange Online PowerShell to disable, enable, and view the status of the junk email rule on mailboxes. Admins can also use Exchange Online PowerShell to configure entries in the safelist collection on mailboxes (the Safe Senders list, the Safe Recipients list, and the Blocked Senders list).

Note

Messages from senders that users have added to their own Safe Senders lists will skip connection filtering as part of EOP (the SCL is -1). To prevent users from adding entries to their Safe Senders list in Outlook, use Group Policy as mentioned in the About junk email settings in Outlook section later in this article. Policy filtering, Content filtering and Defender for Office 365 checks will still be applied to the messages.

What do you need to know before you begin?

  • You can only use Exchange Online PowerShell to do the procedures in this article. To connect to Exchange Online PowerShell, see Connect to Exchange Online PowerShell.

  • You need to be assigned permissions in Exchange Online before you can do the procedures in this article. Specifically, you need the Mail Recipients role (which is assigned to the Organization Management, Recipient Management, and Custom Mail Recipients role groups by default) or the User Options role (which is assigned to the Organization Management and Help Desk role groups by default). To add users to role groups in Exchange Online, see Modify role groups in Exchange Online. Note that users with default permissions can do these same procedures on their own mailbox, as long as they have access to Exchange Online PowerShell.

  • In hybrid environments where EOP protects on-premises Exchange mailboxes, you need to configure mail flow rules (also known as transport rules) in on-premises Exchange to translate the EOP spam filtering verdict so the junk email rule can move the message to the Junk Email folder. For details, see Configure EOP to deliver spam to the Junk Email folder in hybrid environments.

  • Safe Senders for shared mailboxes are not synchronized to Azure AD and EOP by design.

Use Exchange Online PowerShell to enable or disable the junk email rule in a mailbox

Note

You can only use the Set-MailboxJunkEmailConfiguration cmdlet to disable the junk email rule on a mailbox that's been opened in Outlook (in Cached Exchange mode) or Outlook on the web. If the mailbox hasn't been opened, you'll receive the error: The Junk Email configuration couldn't be set. The user needs to sign in to Outlook Web App before they can modify their Safe Senders and Recipients or Blocked Senders lists. If you want to suppress this error for bulk operations, you can add -ErrorAction SilentlyContinue to the Set-MailboxJunkEmailConfiguration command.

To enable or disable the junk email rule on a mailbox, use the following syntax:

This example disables the junk email rule on Ori Epstein's mailbox.

This example disables the junk email rule on all user mailboxes in the organization.

For detailed syntax and parameter information, see Set-MailboxJunkEmailConfiguration.

Note

  • If the user has never opened their mailbox, you might receive an error when you run the previous command. To suppress this error for bulk operations, add -ErrorAction SilentlyContinue to the Set-MailboxJunkEmailConfiguration command.

  • Even if you disable the junk email rule, the Outlook Junk Email Filter (depending on how it's configured) can also determine whether a message is spam, and can move messages to the Inbox or Junk Email folder based on it's own spam verdict and the the safelist collection on the mailbox. For more information, see the About junk email settings in Outlook section in this article.

How do you know this worked?

To verify that you have successfully enabled or disabled the junk email rule on a mailbox, use any of the following procedures:

  • Replace <MailboxIdentity> with the name, alias, or email address of the mailbox, and run the following command to verify the Enabled property value:

Use Exchange Online PowerShell to configure the safelist collection on a mailbox

The safelist collection on a mailbox includes the Safe Senders list, the Safe Recipients list, and the Blocked Senders list. By default, users can configure the safelist collection on their own mailbox in Outlook or Outlook on the web. Administrators can use the corresponding parameters on the Set-MailboxJunkEmailConfiguration cmdlet to configure the safelist collection on a user's mailbox. These parameters are described in the following table.

Parameter on Set-MailboxJunkEmailConfigurationOutlook on the web setting
BlockedSendersAndDomainsMove email from these senders or domains to my Junk Email folder
ContactsTrustedTrust email from my contacts
TrustedListsOnlyOnly trust email from addresses in my Safe senders and domains list and Safe mailing lists
TrustedSendersAndDomains*Don't move email from these senders to my Junk Email folder

*Notes:

  • In Exchange Online, domain entries in the Safe Senders list or TrustedSendersAndDomains parameter aren't recognized, so only use email addresses. In standalone EOP with directory synchronization, domain entries aren't synchronized by default, but you can enable synchronization for domains. For more information, see KB3019657.

  • You can't directly modify the Safe Recipients list by using the Set-MailboxJunkEmailConfiguration cmdlet (the TrustedRecipientsAndDomains parameter doesn't work). You modify the Safe Senders list, and those changes are synchronized to the Safe Recipients list.

To configure the safelist collection on a mailbox, use the following syntax:

To enter multiple values and overwrite any existing entries for the BlockedSendersAndDomains and TrustedSendersAndDomains parameters, use the following syntax: '<Value1>','<Value2>'.... To add or remove one or more values without affecting other existing entries, use the following syntax: @{Add='<Value1>','<Value2>'... ; Remove='<Value3>','<Value4>...}

This example configures the following settings for the safelist collection on Ori Epstein's mailbox:

  • Add the value shopping@fabrikam.com to the Blocked Senders list.

  • Remove the value chris@fourthcoffee.com from the Safe Senders list and the Safe Recipients list.

  • Configures contacts in the Contacts folder to be treated as trusted senders.

This example removes the domain contoso.com from the Blocked Senders list in all user mailboxes in the organization.

For detailed syntax and parameter information, see Set-MailboxJunkEmailConfiguration.

Note

Outlook turn off smart folders on mac
  • If the user has never opened their mailbox, you might receive an error when you run the previous commands. To suppress this error for bulk operations, add -ErrorAction SilentlyContinue to the Set-MailboxJunkEmailConfiguration command.

  • Even if the junk email rule is disabled on the mailbox, you can still configure the safelist collection, and the Outlook Junk Email Filter is able to move messages to the Inbox or the Junk Email folder. For more information, see the About junk email settings in Outlook section in this article.

  • The Outlook Junk Email Filter has additional safelist collection settings (for example, Automatically add people I email to the Safe Senders list). For more information, see Use Junk Email Filters to control which messages you see.

How do you know this worked?

To verify that you have successfully configured the safelist collection on a mailbox, use any of following procedures:

  • Replace <MailboxIdentity> with the name, alias, or email address of the mailbox, and run the following command to verify the property values:

    If the list of values is too long, use this syntax:

About junk email settings in Outlook

To enable, disable, and configure the client-side Junk Email Filter settings that are available in Outlook, use Group Policy. For more information, see Administrative Template files (ADMX/ADML) and Office Customization Tool for Microsoft 365 Apps for enterprise, Office 2019, and Office 2016 and How to deploy junk email settings, such as the Safe Senders list, by using Group Policy.

When the Outlook Junk Email Filter is set to the default value No automatic filtering in Home > Junk > Junk E-Mail Options > Options, Outlook doesn't attempt to classify messages as spam, but still uses the safelist collection (the Safe Senders list, Safe Recipients list, and Blocked Senders list) to move messages to the Junk Email folder after delivery. For more information about these settings, see Overview of the Junk Email Filter.

When the Outlook Junk Email Filter is set to Low or High, the Outlook Junk Email Filter uses its own SmartScreen filter technology to identify and move spam to the Junk Email folder. This spam classification is separate from the spam confidence level (SCL) that's determined by EOP. In fact, Outlook ignores the SCL from EOP (unless EOP marked the message to skip spam filtering) and uses its own criteria to determine whether the message is spam. Of course, it's possible that the spam verdict from EOP and Outlook might be the same. For more information about these settings, see Change the level of protection in the Junk Email Filter.

Note

In November 2016, Microsoft stopped producing spam definition updates for the SmartScreen filters in Exchange and Outlook. The existing SmartScreen spam definitions were left in place, but their effectiveness will likely degrade over time. For more information, see Deprecating support for SmartScreen in Outlook and Exchange.

So, the Outlook Junk Email Filter is able to use the mailbox's safelist collection and its own spam classification to move messages to the Junk Email folder, even if the junk email rule is disabled in the mailbox.

Outlook and Outlook on the web both support the safelist collection. The safelist collection is saved in the Exchange Online mailbox, so changes to the safelist collection in Outlook appear in Outlook on the web, and vice-versa.

Limits for junk email settings

The safelist collection (the Safe Senders list, Safe Recipients list, and Blocked Senders list) that's stored in the user's mailbox is also synchronized to EOP. With directory synchronization, the safelist collection is synchronized to Azure AD.

  • The safelist collection in the user's mailbox has a limit of 510 KB, which includes all lists, plus additional junk email filter settings. If a user exceeds this limit, they will receive an Outlook error that looks like this:

    Cannot/Unable add to the server Junk E-mail lists. You are over the size allowed on the server. The Junk E-mail filter on the server will be disabled until your Junk E-mail lists have been reduced to the size allowed by the server.

    For more information about this limit and how to change it, see KB2669081.

  • The synchronized safelist collection in EOP has the following synchronization limits:

    • 1024 total entries in the Safe Senders list, the Safe Recipients list, and external contacts if Trust email from my contacts is enabled.
    • 500 total entries in the Blocked Senders list and Blocked Domains list.

    When the 1024 entry limit is reached, the following things happen:

    • The list stops accepting entries in PowerShell and Outlook on the web, but no error is displayed.

      Outlook users can continue to add more than 1024 entries until they reach the Outlook limit of 510 KB. Outlook can use these additional entries, as long as an EOP filter doesn't block the message before delivery to the mailbox (mail flow rules, anti-spoofing, etc.).

  • With directory synchronization, the entries are synchronized to Azure AD in the following order:

    1. Mail contacts if Trust email from my contacts is enabled.
    2. The Safe Sender list and Safe Recipient list are combined, de-duplicated, and sorted alphabetically whenever a change is made for the first 1024 entries.

    The first 1024 entries are used, and relevant information is stamped in the message headers.

    Entries over 1024 that weren't synchronized to Azure AD are processed by Outlook (not Outlook on the web), and no information is stamped in the message headers.

As you can see, enabling the Trust email from my contacts setting reduces the number of Safe Senders and Safe Recipients that can be synchronized. If this is a concern, then we recommend using Group Policy to turn this feature off:

  • File name: outlk16.opax
  • Policy setting: Trust e-mail from contacts

Search Folders often elicit an “aha!” moment for attendees in Outlook Advanced training. Many people discover these handy folders can take the place of their existing complicated folder rules. Let’s see how these special folders work.

Exercise File

Hey there is no exercise file for you today! Just open up your Outlook and follow along.

Oh, and if you are a Mac user and think this won’t apply to you, think again! I have a solution for you toward the end.

PC Users: Create a Search Folder

On the left side of your Outlook mail, you likely have all sorts of folders. Scroll all the way down to the bottom, and you will find Search Folders

1. Right click on top of Search Folder and select New Search Folder.

2. A popup screen will appear with a plethora of options. Lets start with one toward the top: Mail Flagged for Follow Up.Select this option and press OK.

3. A new folder appears on the left side of your screen under Search Folders. Click on it, and here is a shortcut to all the mail you have flagged for follow up.

Smart

Don’t have any messages flagged for follow up? No problem, we are going to create some more folders.

Create Another Search Folder

1. Follow step 1 above, and this time select Mail from and to specific people.

Outlook Turn Off Smart Folders Download

2. Toward the bottom of the popup, press Choose to search for a person.

3. You will be taken to the old familiar search screen (blurred out here for WSU employees’ privacy). In the upper left, type the last name of someone who emails you often.

4. When you find their name on the list, select it, and press OK.

5. Now you have a folder of all the emails in your inbox from this person.

More options

It is worth your time to look through all the Search Folder options. Popular Search Folders include:

  • Unread mail
  • Mail flagged for follow up
  • Important mail
  • Mail from specific people
  • Categorized mail
  • Mail with attachments
  • Mail with specific words (think about form results that come to you with the same title)
  • Custom Search Folder: if all else fails, you can completely design your own

Since most of us have a lot of activity on the left side of our Outlook screen, if you want to draw attention to your new Search Folder, you can add it to favorites by right clicking on it.

In this way, and a couple other ways, Search Folders are going to behave very much like other folders. But there are some important differences.

A Word About Search Folders

Since they behave similar to regular folders, it is easy to forget that Search Folders are a different type of animal.

A shortcut to search

Outlook Turn Off Smart Folders Windows 10

A search folder is a shortcut to search, nothing more. It is a window into what could have been an advanced search. This is important for several reasons:

  • The mail in the folders still only exist in your inbox, not a separate folder within the inbox.
  • Deleting a search folder will not delete the contents, just the search window.

If you delete a search folder, you will even receive a message that tells you as much.

Outlook Turn Off Smart Folders Windows 10

Note: be careful when you do so that you are selecting Delete Folder, not Delete All.

Mac Users: Smart Folders

Mac users, it is finally your turn! While you don’t have Search Folders, you have something arguably cooler. They are called Smart Folders.

1. Start by clicking into the Search bar in the upper right. This will activate the contextual Search tab.

2. Click on the Search tab, and create a customized search: perhaps email from a specific person, then plugging in their name underneath.

3. In the upper right of the Search tab, press Save Search.

4. A new folder is created in your Smart Folders, all you have left to do is name it!

In a lot of ways, the Mac Smart Folders are more user friendly than the PC Search Folders, but they both accomplish the same task: they give you a very special window into a search of your inbox.

Thoughts?

What do you think? Will you find a use for Search Folders or Smart Folders? Will this eliminate the need for some of your folder rules?

Congratulations, Power Users!

Congratulations to our newest Power Users! For the full gallery, and more information about the WSU Microsoft Office Power User Program, please visit: wichita.edu/poweruser