09-11-22 01:46 PM
16-11-22 05:19 AM
16-11-22 10:00 AM
16-11-22 01:15 PM
BAMkADdhY2Y2MDE1LTA4OGMtNGVlYy1iZWVlLWE1ZWI3MGMzY2NmNQBGAAAAAAC4m1t2yd3rRLBp6h87n7GsBwCY63neJCDgQ6lEUTrNiFSQAAAAAAEMAACY63neJCDgQ6lEUTrNiFSQAAA14fR9AAA=
As far as getting emails based on a subject, you should look at the VBO documentation related to the List Mail in Folder action. You specifically want to pay attention to the Filter Query option if you trying to match emails using a sentence or phrase. To get only emails that have a subject line of exactly "This is a test message.", I could use a Filter Query like this:
"contains(subject, 'This is a test message.')"
The Search Query option is a bit different in that it's looking for a specific term within the specified field. So, if I wanted to return a list of emails that contain the term "ERROR" in their subject I could use a Search Query like this:
Chr(34) & "subject:ERROR" & Chr(34)
There's a decent explanation of the difference between the OData $search and $filter features on this Stack Overflow thread, specifically the accepted answer.
https://stackoverflow.com/questions/50939061/what-is-the-difference-between-the-filter-and-search-query-parameters-in-microso#:~:text=This%20is%20indicated%20in%20Microsoft's,could%20be%20returned%20b...
Cheers,
16-11-22 07:10 PM
20-12-22 06:20 PM
20-12-22 07:41 PM
21-12-22 06:32 AM
21-12-22 01:54 PM
22-12-22 02:13 AM
08-04-23 05:22 PM
Hi Eric,
I have a scenario where we are doing IE to Edge migration
I am unable to find the html mode for the Edge browser .
I have chosen the below option.
Browser based Application (Chrome, Firefox or Edge chromium).
The application is not even launching when I chose this option. ( Please see the attachment)
How to get Browser mode (Html syping) because Java script fragments are used.
Also I would like to know why the application is not launching through BP if I use this mode Browser based Application (Chrome, Firefox or Edge chromium).
Please note that the application is launching correctly when I use Browser based Application (Internet Explorer) and also in edge when I type the url manually.