Hello Team.
I have a 5 Email ID from sender. The bot needs to pick only those Emails from those 5 senders from inbox and process.
How i approached :
Step 1 : Read all those Email ID from a helper file and store it in a DataTable.
Step 2 : Convert the Email ID column from the DataTable to List
Step 3 : Check if the Sender Email contains the value from List
I am not sure how to check if the List contains SenderEmailID. Can someone please help?
Thanks in advance.