Waiting for Outlook Sync

I am having to use Outlook and wait for sync before checking a folder to see if I have an email.

For those of you having to do the same, what methods are you using to wait and verify that the sync is done before checking the folder for a new message? I don’t want to just put a delay out there.

Thanks

1 Like

There is no function related to Outlook Sync in the Uipath Library, so I made vbscript.
Call the script attached with Run VBScript. The folder will be synchronized immediately.

image

sync.zip (350 Bytes)
image

1 Like

Hi Jhun,

Thanks for sharing. I have the same case for my project.
Your code is the start point.