I am trying to organize work with meetings (appointments) through a site on asp.net mvc 5 using EWS Managed api 2. It is necessary that the user can create a meeting on his own behalf via the web. In VS, when debugging with UseDefaultCredentials = true executes and creates. After deploying to ISS:
"No mailbox with such guid" or "The response received from the service did not contain valid XML"
With specific Credentials = new WebCredentials("usename", "pass", "domain") on the ISS works, but then all the events will be on behalf of one person. winsows authorization on the site is enabled. local site, all domain users. either somehow substitute appointment.Organizer , if you leave specific Credentials .