This came up elsewhere, and I found a solution. This thread came up during my search, so I thought I'd share the fix I found.
On the calculation for the sender e-mail filter, change the value to:
[Filter Expression]&" AND urn:schemas:httpmail:fromemail ci_phrasematch '"&Replace([Sender Email], "*", "%")&"'"
------------------------------
Ami Barrett
Automation Developer, Team Lead
Blue Prism
Plano, TX
------------------------------
Original Message:
Sent: 11-30-2020 05:34
From: Zengxin Wu
Subject: Outlook VBO is not Filtering by Sender Email
I have the same issue, but this method is not working.
------------------------------
Zengxin Wu
Original Message:
Sent: 04-10-2020 07:14
From: Anton Hosang
Subject: Outlook VBO is not Filtering by Sender Email
For filtering by 'sender' email address, you should use "urn:schemas:httpmail:fromemail" instead of "urn:schemas:httpmail:senderemail", since most times you actually want the 'from' address.
The senderemail may well be a batch-sending account of a company etc.
Moreover, according to the standards, senderemail should remain empty if the from address & senderemail are the same(so it's probably blank a lot of the time!!). And senderemail should only be there when it differs from the from(so it would be the company batch-mailer address - which you DON'T want!!)
The "Get Received Items (Basic)" Action in the Outlook VBO should be changed to reflect that as most probably you will have no interest in the sending address if it is different.
This is something we have done in our customised VBO offerings.
------------------------------
Anton Hosang
RPA Developer
Smart Automation Services
Europe/London
Original Message:
Sent: 04-08-2020 20:53
From: Kevin Gutierrez
Subject: Outlook VBO is not Filtering by Sender Email
I tried filtering by Sender Name, by subject, by unread, by read and is working
But If I filter only by sender email, is not working.
Also I tried with Advanced DASL query and is not working.
Any Idea?
------------------------------
Kevin Gutierrez
Professional Process Engineer
Fiserv
America/Costa_Rica
------------------------------