I am using MS exchange Web services dll to save appointment.I have to use service = new ExchangeService(ExchangeVersion.Exchange2007_SP1);if i use service = new ExchangeService();service.AutodiscoverUrl() this method throws exception that exchange version not supported.What is the best way to do this ?