i want to send one file as attachment by mail using Outlook send mail
the attachment option cant let me put the path its required var as ienumerable and this var contains all files in folder and i want a specific file to sent by giving the path
In this example, the attachments variable holds a collection of file paths (strings), which are then passed to the “Send Outlook Mail Message” activity as attachments. This allows you to attach specific files to the email without needing to attach all files from a folder.
Hello @Yazan_Otaibi ,
You can Find the Attach Files option in the send Outlook Mail Activity, , In which you can Pass the path of the file that you want to send as In argument with the Type as String.
You can find the Screenshot below: