vr10
(Vr10)
June 8, 2023, 6:10am
1
Hi,
I am not able to filter the Subject line in Getoutlookamailmessages:
I was given as below:
My Subject line:“CID 07.06.2023”
Filter:“@SQL=”“urn:schemas:httpmail:subject”" like ‘%CID%’"
if I given any other subject line its working fine .
What’s the issue please check and suggest anyone
Thanks
Vikram.R
adiijaiin
(Aditya Jain)
June 8, 2023, 6:12am
2
Hi @vr10
Can you try like:
@SQL=urn:schemas:httpmail:subject LIKE '%CID%’
You used too many quotes.
Hi @vr10
Please try the following filter expression:
"@SQL=urn:schemas:httpmail:subject LIKE '%CID%'"
https://docs.uipath.com/activities/other/latest/user-guide/get-exchange-mail-messages
Hope this helps,
Best Regards.
vr10
(Vr10)
June 8, 2023, 6:30am
4
sorry It’s not working.
Studio Version is:2020.2.0-beta.108
Mail Activity Version is=1.20.0
Thanks
vr10
(Vr10)
June 8, 2023, 6:32am
5
sorry It’s not working.
Not Taken That Subjectline
Thanks
adiijaiin
(Aditya Jain)
June 8, 2023, 6:37am
6
I did find another thing:
Can you try with this:
“@SQL=”“http://schemas.microsoft.com/mapi/proptag/0x0037001f ”" like ‘%CID%’"
Please replace the quotes and double quotes again, sometimes while copying it doesn’t goes correctly.
Thanks
vr10
(Vr10)
June 8, 2023, 6:44am
7
@vr10
Well, in that case, kindly use the following expression:
"@SQL=urn:schemas:httpmail:subject LIKE '%CID%'"
As per the testing, it is working fine:
Hope this helps,
Best Regards.
vr10
(Vr10)
June 8, 2023, 7:02am
9
[quote=“arjunshenoy, post:8, topic:552224”]
“@SQL=urn:schemas:httpmail:subject LIKE ‘%CID%’”
It’s Working but taken as a different one, not a particular Mail.
One more thing I have to mention: I forwarded this email to someone and I changed it to the Mail folder as Sent Items then I will get them as the correct one.
If I give a Mail Folder as Inbox it will not take a particular one.
what’s the issue could you suggest me? is it an issue in the Subject line from the other side?
Thanks
Anil_G
(Anil Gorthi)
June 8, 2023, 7:33am
10
@vr10
Can you please try this
"@SQL=""http://schemas.microsoft.com/mapi/proptag/0x1000001E"" like '%CID%'"
cheers
vr10
(Vr10)
June 21, 2023, 9:44am
11
It’s Working Fine some other Technical Issues happened.
Thanks for Helping All
1 Like
system
(system)
Closed
June 24, 2023, 9:45am
12
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.