Exam UiPath-ADPv1 Topic 1 Question 12 Discussion

Actual exam question for UiPath's UiPath-ADPv1 exam
Question #: 12
Topic #: 1
To retrieve all Outlook emails with the word " UiPath " in the subject, which filtering property and filter schema should a developer use?

Suggested Answer: C Vote an answer

o retrieve all Outlook emails with the word "UiPath" in the subject, the developer should use the Filter property and the filter schema "@SQL=""urn:schemas:httpmail:subject" " like '%UiPath%'". The Filter property allows the developer to specify a condition for retrieving the emails based on the email properties.
The filter schema is a string that follows the SQL syntax and uses the urn:schemas:httpmail namespace to access the email properties. The subject property is accessed by using "urn:schemas:httpmail:subject". The like operator is used to match the value of the subject property with a pattern that contains the word "UiPath".
The percent sign (%) is a wildcard that matches any sequence of characters. Therefore, the filter schema
"@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%' " will match any email that has the word
"UiPath" anywhere in the subject. References: Get Outlook Mail Messages

by Mandy at Jul 08, 2026, 12:55 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10