how can i search specific mail id in outlook and get latest unread mail of specific maild?
Could you please try below expression in Filter option and also check Unread option in Get Outlook Mail Message activity.
"[SenderEmailAddress] = ""test@xxx.com"""
i am using c#
i had my email id assing to string
i tried this not working , no error also . its not showing subject
so what is your requirement you want to filter by subject
or by sender name
for sender name
“[SenderEmailAddress] = '”+your variable+“'”
for subject
“[Subject] = '”+your variable+“'”
This worked but for some senders its not showing, for some senders its showing. what might be the reason?
FOr some emails its filtering like uipathsupport@uipath.com
fore some mail ids development@compay.com its not showing even its in unread state
Eventually if its working for one mail address it should work for other Too,
can u try filtering different email address
its only working for some mail, for our company mails its not working
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.