Attachment is ambiguous... Invoke method error for Sending multiple Excel Attachments

Pic1

TIDProcess.xaml (144.4 KB)

My Process

As the error message states, Attachment property is ambiguous as it can be used from other Namespaces listed in the error message. Please add the appropriate namespace before the Attachment initialization i.e. new System.Net.Mail.Attachment(File.ToString) to explicitly mention the namespace from which the Attachment property has to be used.

1 Like

Alright will try thanks for the help!

Hey Dominic i have done what u asked and it did work however they said that file attached is a folder instead any idea how to solve that?

Thanks Regards