Remotey access Exchange server 2003
-
Hi, In my web application(ASP.NET 3.5),I want to remotely access the MS Exchange Server 2003 to read task,calender info. I read EWS(Exchange Web Service) can use for this, But it can be works only for MS Exchange server 2007/2010. How can remotely access Exchange Server 2003? Thanks in advance.
-
Hi, In my web application(ASP.NET 3.5),I want to remotely access the MS Exchange Server 2003 to read task,calender info. I read EWS(Exchange Web Service) can use for this, But it can be works only for MS Exchange server 2007/2010. How can remotely access Exchange Server 2003? Thanks in advance.
Hi, Have you had a look at WEBDAV yet? It would seem perfect for reading task/calendar info. http://msdn.microsoft.com/en-us/library/aa123570%28v=exchg.65%29.aspx[^] Hope it helps.