Get Outlook Mail Messages: Condition is not valid COMException

I have created Get outlook Mail Message activity with the following filter
“[Subject]=‘Aviatrix “+Quarter+” “+YearDMR+” Financial Information’ or [Subject]=‘Arrcus “+Quarter+” “+YearDMR+” Financial Information’”. It was working fine with above two subject filter, however when I added another 31 different subjects I am getting below message.
Source: Get outlook mail messages
Message: Condition not valid
Exception type: COMException
could you please advise what I am doing wrong.
Thank you

Hey,
please take a look this topic:

SOLUTION:
"@SQL=urn:schemas:httpmail:subject LIKE '%Your Item%'"
OR
"@SQL=""http://schemas.microsoft.com/mapi/proptag/0x1000001E"" like '%Your Item%'"

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.