I need support for how to download spacific attahc file and ignor the aothers

@mohamed.saty2012

Is it throwing any error?

Another way try the below

FilteredMails = RetrievedMails.Where(Function(msg) msg.SenderEmailAddress.Equals("MailAddress")).ToList()

Regards,