Exam UiARD All QuestionsBrowse all questions from this exam
Question 11

A developer wants to create an attended automation process. The process will take information from emails in the current user's inbox.

Assuming the email/domain or password for the user's email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line "Email for Robot"?

    Correct Answer: C

    The Get Outlook Mail Messages activity is designed to work with Microsoft Outlook accounts configured on the machine running the automation. It can retrieve emails without needing explicit credentials like email, domain, or password, as it leverages the current user's Outlook session. This makes it the suitable choice for accessing unread emails with a specific subject line in an attended automation scenario.

Discussion
OnlineOption: C

Why is this not C? Outlook is the only activity that doesn't require a password in the properties. https://docs.uipath.com/activities/other/latest/user-guide/get-outlook-mail-messages

MancheOption: C

The answer is C. https://docs.uipath.com/activities/other/latest/user-guide/get-outlook-mail-messages

PunitBOption: C

In order to get unread emails with a specific subject line like "Email for Robot", you can use the "Get Outlook Mail Messages" activity in UiPath. This activity allows you to retrieve emails from a specified Outlook folder, including the Inbox folder.

ykwOption: C

Correct answer should be C

phileraeneOption: C

Outlook is the only activity that doesn't require a password in the properties.

_BP_Option: C

C tested successfully.

MirjalolOption: C

Get outlook is the only activity which does not require email/domain or password.

Rag_123Option: C

The answer is C

espenjoOption: C

Get Outlook Mail Message is the only Mail Activity that does not require email/domain or password, and uses the Outlook account for the computer which runs the process.

Engineer24Option: C

The Correct Answer is C.