No we can’t specify the name.
Here is the approach you can follow:
- Get all the files from the folder including subfolder into a list
- Use this code in Attachment(s) property to convert list of files we got in step one to IEnumarable
lstAttachmentFiles.Select(function(x) LocalResource.FromPath(x))

