Hello,
I need to read mails from only specific sender(s). Am using filter option for that.
problem here is for am getting both name and email id as below
“x,test” test.x@xxx.com
when i use"[From]=‘x,test’ " it works and when i use “[SenderEmailAddress] =‘test.x@xxx.com’” getting email count as 0
any ideas pls