AI Skill Report Card

Searching Outlook Efficiently

B+78·Jun 3, 2026·Source: Web
YAML
--- name: searching-outlook-efficiently description: Searches Microsoft Outlook emails using advanced keywords and operators to quickly find specific messages, attachments, and conversations. Use when looking for emails, managing inbox, or retrieving specific communications. ---
15 / 15

Basic keyword search:

from:john budget proposal

Advanced search with operators:

from:manager AND subject:quarterly AND hasattachments:yes
Recommendation
Expand the workflow section with more specific sub-steps like 'Test search with broad terms first, then narrow down' and 'Check search scope (current folder vs all folders)'
12 / 15

Progress:

  • Identify search criteria (sender, date range, keywords, attachments)
  • Choose appropriate search operators
  • Execute search in Outlook search box
  • Refine with additional filters if needed
  • Save frequent searches as Search Folders
Recommendation
Add a troubleshooting section covering common issues like 'Search returns no results', 'Search is too slow', or 'Can't find recent emails'
18 / 20

Example 1: Input: Find emails from Sarah about project deadlines in the last month Output: from:sarah deadline OR "due date" sent:>30days

Example 2: Input: Locate all emails with Excel attachments from Q1 2024 Output: hasattachments:yes attachment:xlsx sent:1/1/2024..3/31/2024

Example 3: Input: Find unread emails about meetings this week Output: isread:no meeting OR agenda OR "conference call" received:thisweek

Recommendation
Include a template section with ready-to-use search patterns for common scenarios like 'Find all emails about [PROJECT]' or 'Locate meeting invites for [DATE RANGE]'
  • Use quotes for exact phrases: "quarterly report"
  • Combine operators with AND/OR: from:boss AND subject:urgent
  • Use wildcards for partial matches: attach* finds attachment, attached, etc.
  • Save complex searches as Search Folders for reuse
  • Use date ranges for better performance: sent:>7days
  • Search in specific folders: folder:"Sent Items"

Key Search Operators:

  • from:email - Sender
  • to:email - Recipient
  • subject:keyword - Subject line
  • hasattachments:yes - Has attachments
  • attachment:filetype - Specific file type
  • sent:date - Date sent
  • received:date - Date received
  • isread:no - Unread emails
  • importance:high - High priority
  • size:>1mb - File size

Date Shortcuts:

  • today, yesterday, thisweek, lastweek
  • thismonth, lastmonth, >30days
  • Specific dates: 1/15/2024 or 1/15/2024..1/30/2024
  • Don't use too many keywords - be specific rather than exhaustive
  • Avoid searching entire mailbox without date limits (slow performance)
  • Don't forget quotes around multi-word phrases
  • Don't use complex boolean logic without parentheses: (from:john OR from:jane) AND urgent
  • Avoid searching attachments content without file type filters (resource intensive)
  • Don't rely on Outlook's auto-suggestions for complex searches - type operators manually
0
Grade B+AI Skill Framework
Scorecard
Criteria Breakdown
Quick Start
15/15
Workflow
12/15
Examples
18/20
Completeness
15/20
Format
15/15
Conciseness
13/15