How do I make a search filter that includes unread messages OR flagged messages?
up vote
1
down vote
favorite
I can make a search filter based on unread AND flagged messages. But what I need is unread OR Flagged messages. To make a sort of "pay attention to these items" search folder.
When I try to use the advanced search tool, unread is no longer an option that I can find. Maybe I am blind.
Thank you.
microsoft-office microsoft-outlook-2013
add a comment |
up vote
1
down vote
favorite
I can make a search filter based on unread AND flagged messages. But what I need is unread OR Flagged messages. To make a sort of "pay attention to these items" search folder.
When I try to use the advanced search tool, unread is no longer an option that I can find. Maybe I am blind.
Thank you.
microsoft-office microsoft-outlook-2013
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I can make a search filter based on unread AND flagged messages. But what I need is unread OR Flagged messages. To make a sort of "pay attention to these items" search folder.
When I try to use the advanced search tool, unread is no longer an option that I can find. Maybe I am blind.
Thank you.
microsoft-office microsoft-outlook-2013
I can make a search filter based on unread AND flagged messages. But what I need is unread OR Flagged messages. To make a sort of "pay attention to these items" search folder.
When I try to use the advanced search tool, unread is no longer an option that I can find. Maybe I am blind.
Thank you.
microsoft-office microsoft-outlook-2013
microsoft-office microsoft-outlook-2013
asked Jun 2 '17 at 12:29
DrFloyd5
1155
1155
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
You can create a custom folder view and specify a filter criteria manually on the SQL tab like this:
("urn:schemas:httpmail:read" = 0 OR NOT("urn:schemas:httpmail:messageflag" IS NULL))
Unfortunately, Outlook UI doesn't allow you to specify this kind of criteria for a search folder =( It can only be done programmatically using MAPI.
Thank you. It seems a shame that you can't filter on unread in the other filters.
– DrFloyd5
Jun 2 '17 at 13:47
add a comment |
up vote
0
down vote
Not ideal, but I Edit
'ed one of the Smart Folders in Outlook '16 (Mac OS X) to filter on these two clauses:
- Folder is Inbox
- 'Raw Query':
com_microsoft_outlook_unread == 1 || com_microsoft_outlook_flagged == 1
New contributor
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
You can create a custom folder view and specify a filter criteria manually on the SQL tab like this:
("urn:schemas:httpmail:read" = 0 OR NOT("urn:schemas:httpmail:messageflag" IS NULL))
Unfortunately, Outlook UI doesn't allow you to specify this kind of criteria for a search folder =( It can only be done programmatically using MAPI.
Thank you. It seems a shame that you can't filter on unread in the other filters.
– DrFloyd5
Jun 2 '17 at 13:47
add a comment |
up vote
1
down vote
accepted
You can create a custom folder view and specify a filter criteria manually on the SQL tab like this:
("urn:schemas:httpmail:read" = 0 OR NOT("urn:schemas:httpmail:messageflag" IS NULL))
Unfortunately, Outlook UI doesn't allow you to specify this kind of criteria for a search folder =( It can only be done programmatically using MAPI.
Thank you. It seems a shame that you can't filter on unread in the other filters.
– DrFloyd5
Jun 2 '17 at 13:47
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You can create a custom folder view and specify a filter criteria manually on the SQL tab like this:
("urn:schemas:httpmail:read" = 0 OR NOT("urn:schemas:httpmail:messageflag" IS NULL))
Unfortunately, Outlook UI doesn't allow you to specify this kind of criteria for a search folder =( It can only be done programmatically using MAPI.
You can create a custom folder view and specify a filter criteria manually on the SQL tab like this:
("urn:schemas:httpmail:read" = 0 OR NOT("urn:schemas:httpmail:messageflag" IS NULL))
Unfortunately, Outlook UI doesn't allow you to specify this kind of criteria for a search folder =( It can only be done programmatically using MAPI.
edited Jun 2 '17 at 13:13
answered Jun 2 '17 at 13:07
thims
7,2791833
7,2791833
Thank you. It seems a shame that you can't filter on unread in the other filters.
– DrFloyd5
Jun 2 '17 at 13:47
add a comment |
Thank you. It seems a shame that you can't filter on unread in the other filters.
– DrFloyd5
Jun 2 '17 at 13:47
Thank you. It seems a shame that you can't filter on unread in the other filters.
– DrFloyd5
Jun 2 '17 at 13:47
Thank you. It seems a shame that you can't filter on unread in the other filters.
– DrFloyd5
Jun 2 '17 at 13:47
add a comment |
up vote
0
down vote
Not ideal, but I Edit
'ed one of the Smart Folders in Outlook '16 (Mac OS X) to filter on these two clauses:
- Folder is Inbox
- 'Raw Query':
com_microsoft_outlook_unread == 1 || com_microsoft_outlook_flagged == 1
New contributor
add a comment |
up vote
0
down vote
Not ideal, but I Edit
'ed one of the Smart Folders in Outlook '16 (Mac OS X) to filter on these two clauses:
- Folder is Inbox
- 'Raw Query':
com_microsoft_outlook_unread == 1 || com_microsoft_outlook_flagged == 1
New contributor
add a comment |
up vote
0
down vote
up vote
0
down vote
Not ideal, but I Edit
'ed one of the Smart Folders in Outlook '16 (Mac OS X) to filter on these two clauses:
- Folder is Inbox
- 'Raw Query':
com_microsoft_outlook_unread == 1 || com_microsoft_outlook_flagged == 1
New contributor
Not ideal, but I Edit
'ed one of the Smart Folders in Outlook '16 (Mac OS X) to filter on these two clauses:
- Folder is Inbox
- 'Raw Query':
com_microsoft_outlook_unread == 1 || com_microsoft_outlook_flagged == 1
New contributor
New contributor
answered Nov 20 at 15:51
Foxichu
101
101
New contributor
New contributor
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1215374%2fhow-do-i-make-a-search-filter-that-includes-unread-messages-or-flagged-messages%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown