How to attach variable no. of files from a fixed folder path

How to attach variable no. of files from a fixed folder path with only one argument in Send Outlook Mail Message-Attach Files activity

From memory you can do something like create an object called mailMessage and use the Invoke Method to add multiple attachments. Then you can pass the mailMessage object to the activity and leave the attachments blank.

Below is a link to mailMessage Class on msdn :

https://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage(v=vs.110).aspx

2 Likes