I need to mark a mail as read which contains attachment name like ‘.pdf’. I want apply filter condition in get outlook mail message (filter property itself).Can anyone please suggest an idea
You cannot do that with the default mail activity. An alternate approach would be to read the mail and if it has PDF attachment, make it unread. There is no way to filter mails based on file types attached without opening the mail.
Thanks for your response
I need to read mail which have pdf and it’s subject has some keyword like ‘Invoice’. Apart from this I don’t want to read any mail in outlook. How to achieve this concept? please suggest an idea for this scenario.