The remote server returned an error: (440) Login Timeout

安稳与你 提交于 2019-12-11 07:15:48

问题


I need to find the mailbox size for the particular account and i have used c# coding with webdav But i am getting error when i used the code .

Please find the error message

The remote server returned an error: (440) Login Timeout.

Please find the reference link which i have used for code. http://msdn.microsoft.com/en-us/library/ms877932%28EXCHG.65%29.aspx

Could anyone please help me to solve this issue?


回答1:


When a HTTP or WebDAV request is issued agains an Exchange 2003 or 2007 public folder or mailbox folder, the server returns a HTTP/1.1 440 Login Timeout error if Form Based authentication is enabled.

See the sample code at http://www.infinitec.de/post/2004/12/Access-the-Exchange-store-via-WebDAV-with-Form-Based-Authentication-turned-on-Updated.aspx



来源:https://stackoverflow.com/questions/3307164/the-remote-server-returned-an-error-440-login-timeout

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!