GetOutlookMailMessages - How to Filter using From:

Hi,

I am currently trying to apply a filter using the GetOutlookMailMessages activity. The filter I would like to apply is to select all mails from a particular recipient. The syntax I have below doesnt seem to work, any advice would be great…

“@SQL=(urn:schemas:httpmail:subject like ‘Retailer Services Portal Notification%’ or urn:schemas:httpmail:from = ‘user.user@test.co.nz’)”

can you try this in the filter:

"[From] = 'user.user@test.co.nz'"