SendMailXで送信元の名前指定と複数ファイル貼付する方法

@funicho

No we can’t specify the name.

Here is the approach you can follow:

  1. Get all the files from the folder including subfolder into a list

  1. 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))