Getting Error while fetching the latest email from inbox, while Using Outlook for Unattended process

Hello UiPath Experts,

In my current process i am using outlook by integration in orchestrator, it is running fine in attended mode, but when I tried to run the process in unattended mode by publishing the package it is giving error of system exception while fetching the data from outlook
Can anyone please help me to get the solution for this?
image

@projectrpa,

Most probably Outlook is not ready when bot tries to get emails.

Make sure your unattended machine is opening outlook when user logs in. You can configure it as startup apps. This will ensure that Outlook is open and ready with latest emails loaded till bot reaches to the Get Outlook Mail Messages activity.

Thanks,
Ashok :slight_smile: