How i can make the bot read only the messages with specific subject in get outlook activity?
Hi,
you can use
“[Subject] = ‘SOMETHING’” or “@SQL=”“urn:schemas:httpmail:subject”" like ‘%SOMETHING%’" in filter options
See more here
How i can make the bot read only the messages with specific subject in get outlook activity?
Hi,
you can use
“[Subject] = ‘SOMETHING’” or “@SQL=”“urn:schemas:httpmail:subject”" like ‘%SOMETHING%’" in filter options
See more here