automation unable to read unread mail.i changed list email to fiest value from 1 to 20 also but not worked
i need to dwonlaod attachment where subject = error file , condition isprovided.
check below workflow , unraed maul is there in my mailbox.
In the for each file Email activity there is a option called Limit emails to first you have given only one it will read one mail make change it to No Limit. Then it will read all mails in your Inbox.
Click on the dropdown and select the No Limit option.
Use with attachments option to be checked if you wanted the attachments to be downloaded and uncheck the retrieve attachments box and also change the subject from equals to contains because if any spaces were found in email subject then it wont get exactly matched with the “Error File” so try changing the subject from equals to contains.
Could you try with the Get outlook mail messages activity. Open the properties of Get outlook mail message in filter expression give like this “[Subject] = ‘Error File’”, check the unread option too.
After that use message box to check how many mails got retrieved.
In message box give like this Mailmessages.count.toString
Then we will get the count of mails.