Hi,
I would like to get the filename from a POP connection. It works fine. However, if the filename contains a '%', it uuencode to '%25'. How do I disable it?
e.g.
my filename is 'Sales forecast with 50 % market shares.doc'
string filename = message.Attachments[0].FilenName ;
The result is filename : 'Sales forecast with 50 %25 market shares.doc'
I am using c#.NET
Many thanks,
Eddie