I'm trying to set an outlook appointment in c# using EWS.. its working fine on windows 7, vs 2008, API 2.1 but when I tried it on Win Server 2008, vs2008, and API 1.2 I get this Error: The Autodiscover service couldn't be located
ExchangeService service = new ExchangeService();
service.Credentials = new WebCredentials("xxx", "xxx", "xxxx");
service.Url = new Uri("https://outlook.xxx/ews/exchange.asmx");
service.AutodiscoverUrl("[email protected]");