I’m trying to do my first UiPathX program, and it’s supposed to find newest unread email in the Desktop Outlook App, and save file then unzip it, rename the unzipped mail in given format.
The problem is I’m getting error at the beginning of my program trying to catch email folders, as there is error:
Dude ( sorry 4 that ) but please pretty please do not share that url with anybody, at least not a public forum I will delete that image . So by logs I mean the files that are found in the path %localappdata%\UiPath\Logs
So I took a look at the error logs that you provided and it seems that the error that is thrown is
[ERROR] [UiPath.Studio.exe] [56] System.Runtime.InteropServices.COMException (0x80004004): Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
A quick search for this error resulted in the following articles