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
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).