Outlook 365 searches emails in server by default. How to change this?

0

Outlook 365 searches emails in server by default. If there is a problem with the network, then after a while Outlook provides the option for searching locally, see figure (in Spanish).

How can I change the default to search locally?

enter image description here

Translation:

There was a problem and the search could not be completed..

There is a problem with the network connection.

Search email messages stored in this PC.

sancho.s Reinstate Monica

Posted 2018-09-09T06:37:31.923

Reputation: 2 404

Answers

2

This is an expected behavior when using Exchange account in Outlook 2016 as Outlook 2016 now uses the Exchange Search Index in priority for more consistent search results across various Outlook configurations and Outlook (Web) Mail apps.

To return the previous search behavior that relies on the local Windows Search Index, you can set the registry below:

Key: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options\Search
Value name: DisableServerAssistedSearch
Value type: REG_DWORD
Value: 1

(You may need to manually create the registry key it it doesn't exist.)

For your reference(a forum article from MS Technet):

Outlook 2016 now uses the Exchange Search Index in priority

Yuki Sun

Posted 2018-09-09T06:37:31.923

Reputation: 841

Would this change the default behavior, or disable Server Assisted Search at all? – sancho.s Reinstate Monica – 2018-09-10T08:37:40.917

@sancho.s, It will disable server assisted search at all. Instead, it will use search results from Windows search service. – Yuki Sun – 2018-09-10T08:59:28.517

Is there any way to search, by default locally, and optionally (preferably with just one or a few mouse clicks) in the server? – sancho.s Reinstate Monica – 2018-09-10T09:18:30.677

I am afraid there is no way to search local first then sever. You can vote for this post(https://outlook.uservoice.com/forums/322590-outlook-2016-for-windows/suggestions/18870043-please-add-an-option-to-have-outlook-search-emails) in the Outlook UserVoice forum. Hopefully the thread with high votes can be heard and considered by the product team.

– Yuki Sun – 2018-09-11T06:48:45.137

Great answer! Hit the nail in the head. – sancho.s Reinstate Monica – 2018-09-11T10:56:23.097

Glad to be of help :D Do you mind marking the reply as answer? – Yuki Sun – 2018-09-12T06:59:29.163

0

A small correction is required for the above registry path. HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Search

Abdul Gafoor

Posted 2018-09-09T06:37:31.923

Reputation: 1