Get Outlook Mail Messages filter by email subject

Hi.
I use Get Outlook Mail Messages.
I want to classify letters according to Subject by filter function.

ex)
subject.Tostring.Contains(“bill”) Or
subject.Tostring.Contains(“Tax”)

I don’t want to classify it as this function (For Each - IF).
Because I have to use the Mark As Read function.

How do I use Filter syntax?

Regards.

1 Like

Hi @ssong

For each activity change type to System.Net.Mail.MailMessage

Regards,
Kommi Jeevan.

2 Likes

Hi. @kommijeevan

I know how to do this.

I want to make it a filter function.
Because I have to use the Mark As Read function.

Thank you for your reply.

Hi ,
Can you try by using this in the Filter Property :
“[subject]=‘bill’”

@kommijeevan
@Priyanka_Ramesh

Thank you for all your answers.
I couldn’t solve it by answering.
I found a solution.

Please refer to it.

5 Likes

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