Hi,
i will be receiving emails from listed domains and have to filter email based on string which contains couple of domains.
String = (“xyz.com”,“abc.com”,“wer.com”)
while getting the emails from outlook i want to filter emails only from the above domains using filter property from get outlook mail messages.
can anyone suggest here ?
Thanks