Option |
Value |
None |
|
From specific email |
'from/emailAddress/address eq 'microsoft-noreply@microsoft.com' |
Has Attachments |
hasAttachments eq true |
Has Attachments, Sent After, and Subject containing 'party' |
hasAttachments eq true and sentDateTime gt 2023-03-01 and contains(subject, 'party') |
Received before |
receivedDateTime lt 2023-02-01 |
Sent after |
sentDateTime gt 2023-03-01 |
Sent after (dynamic) |
sentDateTime gt <> |
Search by Internet MessageId |
contains(internetMessageId,''59e62584-e364-453a-8444-5591a324ddaa@az.centralus.production.microsoft.com'') Has attachment(s)=hasAttachments eq true |
Subject contains 'case' |
contains(subject, 'case') |
Subject starts with 'Your' |
startsWith(subject, 'Your') |
Subject does not start with 'Your' |
not(startsWith(subject, 'Your')) |
Only normal importance |
importance eq 'normal' |
Only low importance |
importance eq 'low' |
Only high importance |
importance eq 'high' |
Only if delivery receipt requested |
isDeliveryReceiptRequested eq true |
Only if delivery receipt not requested |
isDeliveryReceiptRequested eq false |
Only if read receipt requested |
isReadReceiptRequested eq true |
Only if read receipt not requested |
isReadReceiptRequested eq false |
Only if message is read |
isRead eq true |
Only if message is unread |
isRead eq false |
Only if message is a draft |
isDraft eq true |
Only if message is not a draft |
isDraft eq false |
Body content contains |
contains(body/content, 'money') |
From Sender 'John Doe' |
sender/emailAddress/name eq 'John Doe' |