Thang Le Quoc
Results
2
comments of
Thang Le Quoc
I have the same issue and really hesitate to eject expo to update the Podfile Updated: We change to use expo file system instead https://docs.expo.io/versions/latest/sdk/filesystem/
Possibly your credential initialization is wrong, did you try the alternative contructor with `domain`? ``` ExchangeCredentials ewsCredential = new WebCredentials(ewsUserName, ewsPassword, ewsDomain); exchangeService = new ExchangeService(ExchangeVersion.Exchange2010_SP1); exchangeService.setCredentials(ewsCredential); ```