To query your inbox for the total number of emails from a specific individual in Outlook, you can use the search functionality effectively. Here’s how you can do it:
- Use the Search Bar: In the Outlook search bar, type the email address or name of the individual you are interested in. For example, you can enter
from:email@example.com or from:"Client Name".
- View the Results: Once you perform the search, Outlook will display all emails from that specific individual.
- Count the Emails: While Outlook does not provide a direct count of emails in the search results, you can scroll to the bottom of the list to see how many emails are displayed. Alternatively, you can select all emails (Ctrl + A) and check the count in the status bar at the bottom of the Outlook window, which may show the number of selected items.
If you need a more precise count, consider exporting the emails to a CSV file or using a script with PowerShell to count them programmatically.
Unfortunately, the built-in search does not provide a direct count feature, but the methods above should help you determine the number of unique emails from a specific client.