Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
840
XamOutlookCalendarView not updating after ExchangeConnector.Connect()
posted

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();

Xam Calendar Test.zip
Parents Reply Children
No Data