I have an issue while retrieving Outlook emails. In fact, beacause of security parameters that I can’t change, I receive an alert when the “Get Outlook Mail Messages” is executed.
Is there a way to interrupt the “Get Outlook Mail Messages” when such an alert is detected in order to automatically close the pop up ?
In this case, I would suggest you to use the Image Exists activity and when UIPath find this image it can send a hotkey and press enter for example with the Send Hotkey activity. Kindly check this approach and if you have any doubt, please let me know.
I’m not sure because it’s a pop up window, but if possible using the Element Exists activity would be more reliable than Image Exists, anyway he could give a try to both activities.
The company policy forbids any changes in the security settings on Outlook accounts. If I could I would have done it from the beginning to avoid the issue.
I’ve created a basic example process that gets Outlook messages with a specific subject. When the outlook activity is launched, Outlook requests the user approval which is pretty annoying because it interrupts the process and waits for the user to accept or refuse the action.
For further assistance see this attached sample workflow and change the selector. In this example i am just waiting for a delete recycle bin pop (will occur when you will click on delete button). and if it will occur then will click on yes.
Sidenote- Before run please re-indicate the elements because selectors will vary.
By Parallel activity you can managed to close this window, but it is restricting access to email item properties. I am not able to access email items fields like body, attachment, From.
Anyone has solution for that? UiPath team can help us with issue?