How to Filter Emails in Outlook from certain senders only

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.

@Palaniyappan Any suggestions ? Or is there any better approach to read Emails from Excel and filter only those Emails in outlook one by one ?

Hi @Vignesh_G_Y
Please find the below screenshot for your query