Hi there,
i want to ask, in my config_settings file, i have IncommingMailsSenders = example1@email.com;example2@email.com (separated by a semicolon)
I need to filter incoming emails with these two addresses, or more (in case if client wants to add some new conditions for new email senders in Config).
Using REF, so it will be something like Config(" IncommingMailsSenders")
How to filter unread emails from these specific senders with Filter in Get Outlook Mail messages ? Is it possible ? I can make some rules directly in outlook, and moving emails to new folder, but this way will be more elegant.