Connecting to an Outlook Office 365 Mailbox to Read Emails

Hello everyone. I am trying to connect to an Outlook Office 365 mailbox to read emails, but I am not finding the correct information.

I have already tried using the Microsoft Outlook 365 Orchestrator connector. It appears to be connected, but when I use it in UiPath Studio, the error indicates that the folder does not exist. I have created a test folder in my mailbox, but it still does not work. Currently, I access the mailbox only via the web and do not have Outlook installed.

Do I need to have Outlook installed on the machine? Which activities should I use to connect and read emails?

My Mailbox

On orchetrator conector

On UiPath studio

Thanks!

@Daniel_Santos1

  1. Get outlook mail mesag is not what you need to use…use For each email Activities - For Each Email
  2. Alternately try this activity directly this does not need office 365 scope Activities - Get Email List
  3. When using integration services the check box use connections should be checked

for using that scope the activities under these are supported

cheers

2 Likes

Hi @Anil_G .

I followed your instructions, and it worked as follows:

  1. I created the connector in Orchestrator.
  2. In UiPath Studio:
  • I downloaded the UiPath.MicrosoftOffice365.Activities package.
  • I used the following activities:
    • “Use Outlook 365”
    • “Get Email List”
    • “For Each Email”

Thank you so much!

1 Like

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