How do I get emails from Outlook to OpenRPA?

I’m trying to get emails from Outlook mail and here are the problems I ran into

  1. I have several posts (for example "test1@mail.ru " and "test2@mail.ru ") and I need from "test1@mail.ru " get all unread incoming messages. How to enter it in the “Folder”?
  2. Filter. Whatever filter I specify, I always get an error (I used the filter “@SQL=urn:schemas:httpmail:subject LIKE ‘%’”)
    I use only “Get Messages”

Remove value from unread, and add a unread clause using same syntax as your query. ( outlook filters support two ways to define fields and you cannot mix them, and when you put a value in “unread” property, it adds [Unread]=true to the query and that is not valid )

ps: cool username :hugs:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.