How to check if Outlook already updated it inbox?

Hi UiPath,

I would like to know if we have ways to check if Outlook inbox already updated prior reading it using the getoutlookmail message?

Thanks!

Hi

May be i will share what I have seen people doing

  1. Open the outlook application with Start process Activity first before checking mails
  2. Once after opening use ELEMENT EXISTS activity and look for Connected Exchange
    We can see this text in the middle right of the screen which will be shown once after all the folders are updated and connected to exchange as well

Which will ensure that mail box is updated
If it is not there then keep that ELEMENT EXISTS inside a loop and keep retrying until it gives a Boolean value as TRUE

Hope this would help you. Kindly like if this helps.

3 Likes