You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon @gautamsi !
When creating / deleting /editing a contact, I get an error with such settings,
ExchangeService.ConfigurationApi.ConfigureXHR(new XhrApi.ntlmAuthXhrApi(emailAddress, password, true));
const service = new ExchangeService.ExchangeService();
service.Credentials = new ExchangeService.WebCredentials(emailAddress, password);
service.Url = new ExchangeService.Uri(url);
but the code works, it does not work to catch it in trycatch, please tell me the solution to the problem.How can I ignore it or fix it?
With the same settings when creating calendars and events, everything works well without errors
The text was updated successfully, but these errors were encountered:
Good afternoon @gautamsi !
When creating / deleting /editing a contact, I get an error with such settings,
but the code works, it does not work to catch it in trycatch, please tell me the solution to the problem.How can I ignore it or fix it?
With the same settings when creating calendars and events, everything works well without errors
The text was updated successfully, but these errors were encountered: