UiPath Read Outlook message does not read old/all emails inside inbox

Hi,

I used UiPath Get Outlook Mail Messages activity for reading all the emails from the inbox.

image

The value for the parameter Top is given as int32.MaxValue so as to read all the emails.
but it doesn’t read all the emails. As you can see there is more emails in the inbox

image

it only appears when we click.

I want to process all the emails. Can someone help me with this issue?

Thanks in advance :slightly_smiling_face:

1 Like

Hi
Welcome to uipath community
Fine
I hope we don’t have any mails in that folder
Kindly check once
Int32.MaxValue will work for sure and it will take all the mails from the folder mentioned

Or try with Get exchange mail activity once

Cheers @athirapr

1 Like

Hi @Palaniyappan ,

Thanks for the quick reply.The inbox actually had email.but it is visible only after clicking the highlighted portion the above post.

image

1 Like

Great
now try executing the process with get outlook mail activity
as we have retrieved the mail from exchange

Cheers @athirapr

1 Like

Hi @athirapr,

Make the following change in the settings of outlook in order to get all the mails

Choose File->Account Settings->Account Settings->Double click on the Name->Uncheck the “Use Cached Exchange Mode”.

image

Hope that this will resolve your issue.Happy Automation:)

1 Like

Hi @anjudevassy.p,

This works!

Thank you :smiley:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.