-
Hello, Below returns unseen emails and their respective subject lines. How do I only return unseen email subject lines that match a keyword? Many thanks in advance....
|
Beta Was this translation helpful? Give feedback.
Answered by
shoaib30
Mar 24, 2021
Replies: 1 comment
-
you will have to chain the search criteria like
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mjs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you will have to chain the search criteria like
connection.search(['UNSEEN', 'SUBJECT', 'test subject'])