Get Outlokk Mail Mesagge an dif

Hello,

you can use directly the variable mail.Body inside the For Each in order to check for a certain content.
For example you can add an If statement inside the For Each with something like
mail.Body.ToString.Contains(“Example Text”)

You can also use the filter function inside the Get Mail Message activity.
Kindly refer to this post, you just have to use Body instead of Subject