Exam UiRPA All QuestionsBrowse all questions from this exam
Question 34

In the Output property of all Get Mail activities, what is the supported variable type?

    Correct Answer: A

    The supported variable type for the Output property of all Get Mail activities is List<MailMessage>. This allows for the collection of multiple email messages, which can then be processed individually or as a collection.

Discussion
AutomationMasterOption: C

correct option should be List<MailMessage>

Logan2007Option: C

MailMessage should be the correct answer

PM2Option: C

correct answer - MailMessage