How to filter mails using subject line in Get outlook mail messages

Hi all,

I want to read the mails with subject as “Test 1 Email Robot”, “Test 2 Email Robot” “Test 3 Email Robot” etc.

“@SQL=” + “”“”+ “urn:schemas:httpmail:subject” + “”“” + " like ‘%Test%Email%’"

But Iam not able to read the mails using this filter.

Could you please help me,
Thanks in advance.

1 Like

Hi @MariaJosephina
Try with this buddy
“@SQL=urn:schemas:httpmail:subject LIKE '%Email Robot%’”

Cheers

1 Like

@Palaniyappan

Hi,
But I want to read only mail subjects with “Test 1 Email Robot”, “Test 2 Email Robot” “Test 3 Email Robot”.

I don’t want this subject to be read. “Sample 1 Email Robot”

Thanks in advance.