hey everyone,
I want to go through my mails but I only want to “mark as read” the mails that have the subject “ABDC”
How can I do it?
Thank you,
hey everyone,
I want to go through my mails but I only want to “mark as read” the mails that have the subject “ABDC”
How can I do it?
Thank you,
@berkaykor Can you tell us which activity are you using to Read the Mails ? If it is Get Outlook Mail Messages, then you can use the Filter property and set it the below way :
"@SQL=(""urn:schemas:httpmail:subject"" LIKE '%"&"ABDC" &"%')"
I use get outlook messages let me try the filter you gave
EDIT: its working thank you very much
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.