See Attached Sample App (The required/referenced DLLs where too large so they are in the second attachment)
Replace the EWS Endpoint with one that is associated with a valid account.
Login
The following lines of code execute without error. Running Fiddler DOES show traffic Successfully retrieving information from the EWS Endpoint, but the XamOutlookCalendarView never updates and does show any information or any indication of success, it looks like nothing has happened even though through Fiddler the web traffic can be verified.
ewsCredsExchangeConnector.Users = userList;
ewsCredsExchangeConnector.UseDefaultCredentials = false;
ewsCredsExchangeConnector.ServerConnectionSettings = new ExchangeServerConnectionSettings();
ewsCredsExchangeConnector.ServerConnectionSettings.RequestedServerVersion = exchangeVersion;
ewsCredsExchangeConnector.ServerConnectionSettings.Url = ews.Url;
ewsCredsExchangeConnector.Connect();
Hello Jesse,
Thank you for contacting Infragistics!
I have been looking into your issue and it seems that for some reason the second attachment that you are referring to have not passed through. Would you please re-send your attachments using Internet Explorer or Mozilla Firefox and send them as zip file in order to ensure that the files will be received successfully?
Also when I have downloaded the attachment and run the .exe, that was inside. I saw, that there was TextBoxes for username and password. Do I have to insert username and password. If yes, what would they be?
Would you please provide me with further steps, that I can follow in order to reproduce the issue you have mentioned.
Looking forward to hearing from you.