Is it throwing any error?
Another way try the below
FilteredMails = RetrievedMails.Where(Function(msg) msg.SenderEmailAddress.Equals("MailAddress")).ToList()
Regards,
Is it throwing any error?
Another way try the below
FilteredMails = RetrievedMails.Where(Function(msg) msg.SenderEmailAddress.Equals("MailAddress")).ToList()
Regards,