To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?
To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?
To retrieve all Outlook emails with the word 'UiPath' in the subject, the appropriate property and filter schema should be used. The correct property is 'Filter' and the schema that accurately represents a search within the subject for 'UiPath' should be using the SQL-like query '%UiPath%', which searches for the word 'UiPath' anywhere within the subject line. Therefore, the correct option is to use Property: Filter and Schema: @SQL='urn:schemas:httpmail:subject' like '%UiPath%'
C. Property: Filter - Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%'" https://docs.uipath.com/activities/other/latest/productivity/get-outlook-mail-messages#filtering-examples