G
Guest
Hi
I am trying to send a new mail via webdav using the c# example on msdn, when
the following line executes:
PUTResponse = (System.Net.HttpWebResponse)PUTRequest.GetResponse();
I get a "The remote server returned an error: (400) Bad Request." error.
Does anyone know what this could be?
I am trying to send a new mail via webdav using the c# example on msdn, when
the following line executes:
PUTResponse = (System.Net.HttpWebResponse)PUTRequest.GetResponse();
I get a "The remote server returned an error: (400) Bad Request." error.
Does anyone know what this could be?