I am using to send attachent from my host.. The file is located on my abc folder on my root, so it' like this:
root/abc/myfile.doc
Attachment attachFile = new Attachment(txtAttachmentPath.Text);
How can I assign the path in the above code?
...
Go to the complete details ...