outlook search Flashcards

(39 cards)

1
Q
  1. How do I find all emails from a specific person (John Smith)?
A

Use from: e.g. from:’John Smith’ or from:john.smith@example.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. How do I find all emails sent to a particular person?
A

Use to: with their address, e.g. to:alice@example.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. How do I search for emails with a specific word in the subject?
A

Use subject:, e.g. subject:urgent. For an exact phrase, use quotes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. How do I find messages containing a specific phrase in the email body?
A

Use body:, content:, or contents:, e.g. body:’marketing plan’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. How do I exclude certain results (subject has ‘report’ but NOT ‘draft’)?
A

Use NOT, e.g. subject:report NOT subject:draft

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. How do I perform a date range search (1/1/2025 to 1/31/2025)?
A

Use two dots: received:1/1/2025..1/31/2025

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. How do I find emails before a certain date (before Jan 27, 2025)?
A

Use before: or <, e.g. before:1/27/2025 or received:<1/27/2025

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. How do I find emails after a certain date (after last month)?
A

Use after: or >, e.g. after:lastmonth or received:>lastmonth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. How do I search for messages only with attachments?
A

Use hasattachment:true or hasattachments:yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. How do I search for a specific file type in attachments (PDF)?
A

Combine attachment: with ext:, e.g. attachment:report ext:pdf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. How do I find emails that do not have attachments?
A

Use hasattachment:false or hasattachments:no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. How do I find emails sent by me (my account)?
A

Use from:me

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. How do I see only unread emails?
A

Use read:no. For read messages only, use read:yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. How do I search for flagged emails needing follow-up?
A

Use flagstatus:, e.g. flagstatus:followup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. How do I find items in a specific Outlook folder (Sent Items)?
A

Use folderpath:’Sent Items’ if supported, or switch to that folder and select Current Folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. How do I narrow my search to meeting invites (calendar items)?
A

Use kind:meetings. You can also add e.g. start:thisweek

17
Q
  1. How do I search for tasks or to-do items with a certain keyword?
A

Use kind:tasks plus a keyword, e.g. kind:tasks AND body:’vendor form’

18
Q
  1. How do I exclude a sender if I only want results about ‘meeting’ from others?
A

Use NOT, e.g. subject:meeting NOT from:ann@example.com

19
Q
  1. How do I search for an exact phrase like ‘Microsoft Office Outlook’?
A

Wrap the phrase in quotes, e.g. ‘Microsoft Office Outlook’

20
Q
  1. How do I look for multiple words in any order in the subject?
A

Use parentheses without quotes, e.g. subject:(Microsoft Office Outlook)

21
Q
  1. How do I include a partial string if I only know the start of a term?
A

Type the beginning, e.g. jobtitle:manag matches manager. Wildcards mid-word not supported

22
Q
  1. How do I find items by category (e.g. ‘blue’ or ‘red’)?
A

Use category:, e.g. category:blue or NOT category:[] for any category

23
Q
  1. How do I find items with a certain retention policy?
A

Use retentionpolicy:, e.g. retentionpolicy:short

24
Q
  1. How do I locate contacts with no assigned birthday?
A

Use birthday:[]. For those that do, NOT birthday:[]

25
26. How do I find large items in a date range (5–10MB from last month)?
Use size:5MB..10MB AND received:lastmonth
26
27. How do I do an OR condition for subject 'invoice' or 'receipt'?
Use subject:'invoice' OR subject:'receipt'
27
28. How do I search for items that are flagged and also have attachments?
Use flagstatus:followup AND hasattachments:true
28
29. How do I search inside attachments for a specific word like 'presentation'?
Use attachment:presentation
29
30. How do I find all calendar events in a specific city (e.g. London)?
Use kind:meetings AND location:London
30
31. How do I find tasks due soon but not completed?
Use kind:tasks AND due:thisweek AND iscompleted:no
31
32. How can I search for emails from a certain domain (contoso.com)?
Use from:contoso.com to match all addresses at that domain
32
33. How do I find notes of a specific color, e.g. yellow notes?
Use kind:notes AND color:yellow
33
34. How do I find meeting requests I have not responded to yet?
Use kind:meetings AND meetingstatus:notresponded
34
35. How do I find contacts with no manager assigned?
Use manager:[] for empty, or NOT manager:[] for those that have a manager
35
36. How do I find journal entries that are phone calls from last week?
Use kind:journal AND entrytype:'phone call' AND start:lastweek
36
37. How do I find tasks owned by a specific person, e.g. Mike?
Use kind:tasks AND taskowner:mike@contoso.com
37
38. How do I find items modified on a certain date?
Use datemodified:, e.g. datemodified:2/10/2025 or a range
38
39. How do I search for items with a retention policy and size range?
Use retentionpolicy: plus size:, e.g. retentionpolicy:short AND size:>1MB<5MB
39
40. How do I find contacts by job title if I'm unsure of the full title?
Use partial from the start, e.g. jobtitle:manag matches manager or management