Hi, I am trying to implement a simple automation using outlook, but getting the error: Get Outlook Mail Messages: The specified folder does not exist.
Can someone please help?
Thanks in advance!
Do you have office 365 - outlook installed in your system
â Double-check the folder name you have provided in the âGet Outlook Mail Messagesâ activity. Ensure that you have entered the correct folder name, and there are no typos or extra spaces in the folder name.
â Make sure that the account used by the robot has the necessary permissions to access the specified folder in Outlook. Sometimes, the robot account might not have access to certain folders, causing this error.
â Instead of specifying a custom folder, try using one of the default folders, such as âInboxâ or âSent Items,â in the âGet Outlook Mail Messagesâ activity. If the default folder works, it indicates that the issue might be with the custom folder name or access permissions.
->Ensure that the Outlook application is configured properly with the correct email account, and the mailbox is accessible without any issues.
â If you are trying to access a subfolder within a main folder, ensure that you provide the correct folder path in the activity. For example, if you have a folder named âProjectâ under âInbox,â the folder path should be specified as âInbox\Project.â
->Sometimes, issues can be resolved by simply restarting both Outlook and UiPath Studio or the robot service.
->Try accessing a different folder within the Outlook mailbox to see if the issue is specific to that particular folder or a more general problem.
Yes, I do have the Outlook app in the system
Try mentioning the account in the properties panel
Outlook_Invoice1.zip (74.3 KB)
Hey @shami you can try referring this
Hope it helps you Out
Hi @shami
You wonât be able to use Get Outlook Mail messages activity if you donât have Outlook installed in your machine.
You can use microsoft activities. Download UiPath.MicrosoftOffice365.Activities.
Hope you understand
Regards,
@Parvathy she has outlook installed in their system
Hi @shami
I think the folder in your outlook is not there in your outlook account. Do check the Inbox folder is in your account.
Hope it helps!!
Today i had this issue, the solution for me was simpler than i thought.
i noticed that my outlook app (2013) was displaying the words : Inbox , sent items etc on my native language, although the app display was in english, eg options, home, file, save etc.
It appears that the web app was setted by default on my native language and that was confusing the app as well
i changed the language from browser and affected the app as well.
- https://outlook.live.com/
- From top panel Home ; View . Help choose View
- From drop down choose View Settings
- General
- Language English
Hello @shami
Try this :
- update the Packages : Go to DESIGN â Manages Packages â click on the bleu icons if the packages are not updated â final result will be like what you see in the screen
2.be careful when declaring variable, it must be like this :
-
make sur to place for example the UiPath ACME in one folder under the principal folder âBoite de rĂŠceptionâ in my case (maybe : inbox in your case)
and then name the MailFolder field with âBoite de rĂŠception\UiPathâ (your case : âInbox\UiPathâ)
You can chose the option OnlyUnreadMessages but be careful because if the mails are readed in Outlook, UiPath will not find them. (You can disable this option for test)
last remark, do not enter your email in the Account field if you have only one account in Outlook -
Save your changes and run the process
-
Have Fun
r_bettach
Hi
Iâd like to give one advice.
When you use to a folder inside Inbox and this folder contains a space between words for example: Inbox\My new folder
You have to use the name of folder in the container Outlook in this way: Inbox\My%new%folder
I also had a problem with this and now itâs working.
esse ĂŠ o outlook que tenho instalado ou uso tambem office 365 da faculdade
Have you managed to get it work.
notâŚI have tried many thingsâŚbut still the same problemâŚand I cant foward with certificate
The regional settings of the operating system or the email application affect the names of the folders.
In the activity: âGet Outlook Mail Messagesâ, it only allows the exact name of the folder, in the language type in which the email is configured.