Hello all,
I can use this filter: “[Subject]=‘text’”.
But how to get messages where, for example, Body contains some text?
“[Body]=‘text’” and “[contents]=‘text’” dont work.
Thanks for advice!
Hello all,
I can use this filter: “[Subject]=‘text’”.
But how to get messages where, for example, Body contains some text?
“[Body]=‘text’” and “[contents]=‘text’” dont work.
Thanks for advice!
Try below expression to filter mails based on outlook body.
“@SQL=urn:schemas:httpmail:textdescription like ‘%text%’”
For your reference please find the below thread.
Thanks a lot!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.