I want to get all email from Outlook start with fixed string such as “Xin chào” but I want to get email start with “Xin chao” too. How can I do that, anyone can help. Thanks for your attention.
Hi @DucNS
Welcome to UiPath Community
“@SQL=”“urn:schemas:httpmail:subject”" like ‘Xin chào%’"give it in filter property and try
1 Like
Thanks for your reply. But I mean I want to get all mail such as “Cấp lại”, “Câp lai” or “Cap lai” with one query. In Outlook we have Index Setting to do that. But I don’t know how to use with DASL and JET Query
Thanks for your reply, but what I mean was describe above.
@DucNS “(@SQL=”“urn:schemas:httpmail:subject”" like ‘Cấp lại,%‘“)or(@SQL=”“urn:schemas:httpmail:subject”” like ‘ Câp lai%’“) or(@SQL=”“urn:schemas:httpmail:subject”” like ‘Cap lai%'")