Exam UiPath-ADPv1 Topic 1 Question 12 Discussion
Actual exam question for UiPath's UiPath-ADPv1 exam
Question #: 12
Topic #: 1
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
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
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).