What are the different ways to read or get email messages from Gmail using UiPath Studio?

I tried exploring different ways to get email messages from multiple Gmail accounts per my project requirement. Could anyone help me out?

Hi @Naren_Bagavathy1
Get IMAP mail messages activity can be used in this case.
You could store the mail id and password in Excel and read it.


Here the mailid variable in for each activity is the collection of email and their password. You can use dictionary type to store email details.
It is not recommended to store passwords directly in a variable. Another way, you could store the email credentials in the Orchestrator asset.
You follow the below video