I have made a form in VS2008 which sends mail to the user. The “To:”, “From:”, “Subject:”, “Body:” are already predefined. Now I have to attach a file with the form which I already have saved on my desktop.
Is there anyway either from the toolbox or any hard code which can show this?
Here is a small snippet of how to add an attachment. Usually it is good to post your code cause then we can correct the exact error