Hello!
This is Ryu .
I have a question about the “GetOutlookMailMessages” activity.
In order to get the target mail from the inbox by “GetOutlookMailMessages” activity,
The search condition must be set in the property filter.
There are two search conditions.
(1) Subject keyword (eg, abcdefg)
(2) Sender’s email address (eg, aaaaa@xxxxx.com)
*These two conditions must be met at the same time.
I think that the filter search condition must use DASL syntax,
I was able to get the subject keyword by “” @SQL = “” urn: schemas: httpmail: subject “” LIKE ‘%abcdefg%’ “”
, but I can’t get the sender’s email address.
I don’t know the syntax for getting the sender’s email address.
If you know, can you help me?
Thank you.