QuestionQ17
Integration and API AutomationTo retrieve every Outlook email that contains the word "UiPath" in its subject, which filtering property and filter schema should a developer use?
- A Property: FilterByMessageIds -Schema: "@SQL=""urn:schemas:httpmail:subject'"' like 'UiPath%'"
- B Property: Filter -Schema: "@SQL=""urn:schemas:httpmail:subject"" like 'UiPath%'"
- C Property: Filter -Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%'"
- D Property: FilterByMessageIds -Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%'"
Community Discussion