I’m using 2019.4.3 version studio and my attended BOT is able to move the outlook mail message to folders within inbox for a shared folder for only one user in production and for other team members, when executed from the same desktop, it is throwing “The Specified Folder Does Not Exist” error.
Move mail message properties:
Account Name: Display name of the shared mailbox in outlook
Folder Name: Inbox\Processed or Inbox\Unprocessed
What I’m not able to understand is that, it works well for one user and not for other users. Can somebody provide some thoughts on this?
Account Name: PS Reports → Display name of the shared mailbox in outlook.
Folder Name: Inbox\Processed or Inbox\Unprocessed → Processed and Unprocessed are subfolders within Inbox.
Mail message: email → Mail message variable
This works for one user, but when executed from the same machine for another user, it throws up the error “Specified folder does not exist”
I have been testing it since yesterday and it works fine for all users now, but still fails intermittently. There’s no property for me to provide “timeout” value for moving outlook mail messages, interested to know why?
I am battling the same issue. I am able to reproduce the error if the Outlook view of the shared inbox is pointed to any of its subfolders. The error does not come up if Outlook view only highlights the top most level of the shared inbox.
Hello,
I was able to reproduce the error in my environment when one user of the shared inbox deletes, moves, or marks read an email from the shared inbox, if that email fits the parameters of messages the automation is supposed to move to another shared folder. Here is the try catch for the “move mail” that has allowed the bot to recover in that scenario, plus also added a “Close Outlook” and “Open Outlook” for the get mail activity try catch if that one fails.
i figgured. in the Account property, you must type the common mailbox folder name (not email address), the same you use while reading emails from common mailbox.
then in the mailfolder, you put the display name of the subfolder.