How to read Email Subject with Wildcard in Get Outlook mail messages

Hi,
I want to search email with Partial match subject.
So any idea how can I apply filter in Get Outlook mail message.
I also try with following code but it doesn’t work, we have to pass whole subject then it will give result else don’t

Filter —> “[Subject]='” + Search Subject String+“'”

Thanks,
Sandy

I’m not exactly sure if you can do this (tried like %test% but didn’t work). but another alternative is to filter on MailMessage level(incase you don’t know).

For your query you can research this : Filter recurring appointments and search for a string in the subject | Microsoft Learn