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.
I have attached the DLLs as a .zip, as far as the EWS credentials, I assume/hope that you or someone you work with on support issues uses Outlook and can find their Exchange Endpoint to login and prove out my reported issue. This is not specific to a particular user or Exchange Server, we have seen the Infragistics Calendar Show Blank when connected to a few different accounts & Exchange Servers.