Stephan van Rooij

Results 263 comments of Stephan van Rooij

So these packages seem to be not updated to the latest version, if I'm understanding correctly? https://github.com/svrooij/AndroidX/blob/c6ee82cc0aafe7005fc36e1fde536f3d60633908/config.json#L629-L644 For my understanding the cake script checks some xml file where all the...

It seems leanback.preference is missing in this file ```plain // Master list of all the packages in the repo: // https://dl.google.com/dl/android/maven2/master-index.xml ``` ![image](https://user-images.githubusercontent.com/1292510/161953188-6da19d14-773a-4f66-ba40-af1d3c3b2f2e.png) but it's present in the other file...

@leandroconsiglio thanks for the pointer! It seems the version containing these extra classess it not **released** as a none beta version. https://maven.google.com/web/index.html#androidx.leanback:leanback-preference Would it be possible to some how force...

@OfficeDev Is their any news on this topic. Microsoft is putting big money on .NET core, but connecting to Exchange from a .NET Core application is still a no-go (using...

Thanks @sherlock1982 can you provide us with the link to the correct nuget package? The readme in your repository still points to [Microsoft.Exchange.Webservice](https://www.nuget.org/packages/Microsoft.Exchange.WebServices/). Keep up the great work!

You really don’t need a proxy to use NTLM. You Just have to set it correctly. In the attached image you’ll find the working code to use NTLM or Basic...

> However, an official .NET Core port will never happen as EWS is being phased out in favour of Microsoft Graphby the looks of it. So I suspect this can...

@nickalbrecht I can confirm you can set the `service.Credentials` to [OAuthCredentials](https://github.com/sherlock1982/ews-managed-api/blob/master/Credentials/OAuthCredentials.cs) with a token got from Azure AD. And it just works. I’m just stating it here do be clear,...

@Bart76 we are using the .net core version from sherlock to connect to on-premise Exchange servers and in the past we used it to connect to Office 365 with either...

@tjmoore the "hack" you're talking about is actually just a change in configuration on the on-premise front-end exchange server. But you're right about that it's not supported. https://stackoverflow.com/a/64576570/639153