How to filter outlook mail activity based on multiple parameters

@rameezimtiaz

On attachment name you cant directly apply filter …you have to loop through the mails and get it and filter accordingly…and there is correction if you want to use dasl query…what worked was a jet for you…you the correct one would be this

"@SQL=""urn:schemas:httpmail:subject"" LIKE '%"+subjectTitle+"%' AND @SQL=""urn:schemas:httpmail:fromemail"" = '"+sender+"'"

Happy coding

If at all you need detailed steps for name filter

Cheers