I have a .net application that polls a webdav server for emails. It has worked well for sometime until recently. An email was received with an attachment named similarly to Test%20Document.txt. The result of an ENUMATTS states the attachment path is
https://mailserver/exchange/mailaccount/inbox/testemail.eml/Test%20Document.txt
It appears to have encoded the % as a %25 for the request which is fine, but when I attempt to acquire the file, it reports that it can not be found with a 404 error.
Is this a known issue with WebDav? Or am I doing something wrong?
The problem is easy to duplicate, send an email to the account you wish to test with an attachment file name with a %20 or probably a % anything, then attempt to get the file...
If anyone knows of a workaround for this, please share .
Thanks
https://mailserver/exchange/mailaccount/inbox/testemail.eml/Test%20Document.txt
It appears to have encoded the % as a %25 for the request which is fine, but when I attempt to acquire the file, it reports that it can not be found with a 404 error.
Is this a known issue with WebDav? Or am I doing something wrong?
The problem is easy to duplicate, send an email to the account you wish to test with an attachment file name with a %20 or probably a % anything, then attempt to get the file...
If anyone knows of a workaround for this, please share .
Thanks