Query for filtering the emails in Get Mail Activity

I want to filter Emails using text in Body.
Eg: String is “You can process” .
It should get only those emails that have this string in the email body.

Hi,

You can use

“@SQL=”“urn:schemas:httpmail:textdescription”" like ‘%You can process%’" in filter

See more here

Get Outlook Mail Messages (uipath.com)

I am asking about the Get Mail activity of office 365 scope.

Hey

can you try with the following?

Regards

This is the last option.
I need query.

With Query you mean this?

if not, please explain better what do you need