Hello,
I am trying to send an Email from C#.
The attachment is a file path, like the following "\\internal\corp\Resume.doc"
But when I get the string from the database, C# automatically appends two more slashes in front of this path.
what can i do about it.
Thanks.
...
Go to the complete details ...