I'm trying to access shared calendars from exchange using exchange web services, can someone provide me with info on how I can do this?
I have tried:
ExchangeService myService = new ExchangeService (ExchangeVersion.Exchange2007_SP1);
myService.Credentials = new NetworkCredential ("[email protected]", "12345");
But I may not always have the passwords for these accounts and the account I'm logged into does has shared calendar access.