UiPath Advanced RPA Developer (UiARD) — Question 78

A developer wants to create an unattended automation process. The process will take information from emails that are located in a centralized mailbox. The developer needs to use the mail folder, port, server, username, and password values. No email client is available on the unattended machine.
Which activity can be used to retrieve unread emails with the subject line "Email for Robot"?

Answer options

Correct answer: B

Explanation

The correct answer is B, as the Get IMAP Mail Messages activity is specifically designed to connect to mail servers using the IMAP protocol, allowing retrieval of emails without a client. The other options, A, C, and D, rely on either saving messages or connecting to Outlook, which is not applicable in an unattended environment without an email client.