Hi, I am new to Uipath. But I need to build a workflow so that the robot can read my outlook emails. However, when I run the workflow, I get the error as below:
20.4.1
Source: Get Outlook Mail Messages
Message: The specified folder does not exist
Exception Type: System.ArgumentException
RemoteException wrapping System.ArgumentException: The specified folder does not exist
at UiPath.Mail.Activities.GetMailActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
I have tried several solution, but still cannot resolve:
run outlook as admin
try the full path of the mail folder, e.g.â//email_address/Inbox/sub_folder_nameâ
reinstall uipath
reinstall uipath packages(email activity and system activity)
correct typo
Interestingly, my colleagues who use the same laptop model and outlook version can run this workflow, so I am very desperate to know how can I resolve this issue.
Would be very grateful if anyone can help me on this!
Thanks for ur help! I have added the subfolder path as you suggested, but it still doesnt work, you can refer to my screenshot below. The masked area is my email account(i.e email address)
I have specified the email address and the folder path, you can refer to my screenshot below. The masked area is my email account(i.e email address)
Do I do it right??
When using Get outlook Mail Messages activity you need to have outlook install and configured with your account in your local machine otherwise it wonât work. Have you done that?