i have a big mailbox where mails do not stop the incoming and when i trigger or run the robot stops by error reading list because loose the counter or focus. I tried to stop the rule that move mails to the folder that the robot read but is not possible to get the selector to click on disable
how i solve this problem incoming mails or disable rules maybe with script? i dont know write a script for stops rules
is it right?–>
Safer approach is to launch the robot, at that time whatever the mails are to be read by the robot. Read them and move all at once in a folder, “Mails under process”. Then loop through this new folder and move the mail items to the processed folder(desired destination folder)
once you use, Get Outlook Mail Message activity then you get the emails in a variable of List. you can loop through this and use Move Mail Actovoty to move the read emails in the folder. Then process that folder’s emails one by one
i see… is not what i am looking for because if i have to treat 100 mails it last almost 1 minute in processing the movement, thats enought time to entry a new one and loose the counter.
I need to stop the incoming messages
But i apreciate and i will give it a opportunity because reduces a bit the timer.
We worked with a client and was moving 400+ emails in less than 5 seconds. How is it configured for you? Is there any programmatic setting that prevents the script enablement? Check the settings of your outlook to see everything is all good. Below link will help to confirm.
there are multiple ways to handle, at the start of the process, you can store the current time in a variable and while processing the mail items, process only those unread emails that are received before the time you recorded at the start of exaction
Request you to restart the outlook, close the outlook completely
relaunch it
check if the setting is still the same and if yes, then try running the robot again