How to send email with all files in a folder

Hello! I have a bunch of folders, 2 of the folders named “a” and “B” has some images and a pdf file. I want to perform a loop that takes all the pdf files in each of those folders and sends it with a email. Any idea ?

> srcPath = "D:/ Mail_addaress /current_date"
> srcFiles <Array Of Strings> = System.IO.Directory.GetFiles(srcPath, "*.pdf")

Refer This post