AI Skill Report Card
Searching Outlook Efficiently
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. ---
Quick Start15 / 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)'
Workflow12 / 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'
Examples18 / 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]'
Best Practices
- 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- Senderto:email- Recipientsubject:keyword- Subject linehasattachments:yes- Has attachmentsattachment:filetype- Specific file typesent:date- Date sentreceived:date- Date receivedisread:no- Unread emailsimportance:high- High prioritysize:>1mb- File size
Date Shortcuts:
today,yesterday,thisweek,lastweekthismonth,lastmonth,>30days- Specific dates:
1/15/2024or1/15/2024..1/30/2024
Common Pitfalls
- 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