What is this?
This happened at the same time as the Robot was unable to fetch emails using the activity GetOutlookMailMessages (got the error “The specified folder does not exist”, however it managed to do this 6 times before in the same execution).
Hi @lakshman, The Outlook application is closed down on the machine.
However, I’m using it is used by UiPath in the background as it works to fetch emails some times.
I had a problem similar to yours and solved it with a sequence that checks if outlook is open or not. Because the application only ran with the application open
see if it’s useful to you ListProcess.xaml (13,6,KB)
Hmm
Fine
If the outlook is closed then we can directly use GET EXCHANGE MAIL ACTIVITY and configure outlook with that and that does require to check whether outlook is configured in our machine or not
With offline, I assume you mean that the Outlook application is closed down?
However, I don’t understand that it works a few times and then all of the sudden stops working. It doesn’t seem consistent.
I will try the execution with Outlook open and see if it works better.