Search for emails from either address A or B
In Outlook 2016 (Microsoft Exchange):
I want to search for emails that are either from [email protected] OR [email protected].
Is there a way to use the OR operator when searching for emails in Outlook?
Solution 1:
You just need to click the search box at the top and enter:
from:"[email protected]" OR from:"[email protected]"
Notice that there is a space on each side of the OR.
By the way, if you want to learn more about search in Outlook, refer to: How to search in Outlook.
Solution 2:
Enter the following in the Search box at the top of the Outlook window:
from:("[email protected]") OR from:("[email protected]")
Press Enter to execute the search.
The "OR" must be written in upper-case.