I want to apply a filter in the Get outlook mail message activities filter property to read only the emails that have the attachment name having extension “.pdf” in it.
I want to use the SQL query method. example “@SQL=urn:schemas:httpmail:subject like ‘%Corporate Actions INVA%’”.
I tried using query “@SQL=urn:schemas:httpmail:attachmentfilename like ‘%.pdf%’”., but this is not working.