Conversation
Member
jasonjoh
commented
Jan 28, 2020
- Rewrote sample in .NET Core
- New sample uses the latest Graph SDK and MSAL library
- Fixes or makes moot open issues:
- Fixes Async Issue with Headers #7, everything is await/async
- Fixes Client private method ReadConfiguration #8, code doesn't exist anymore
- Fixes JavaScriptSerializer, why not JSON.NET #9, no use of a JSON serializer anymore
- Fixes DeltaQueryClient.Constants #10, code doesn't exist anymore
- Fixes Re-Open: Update to 4.6.2 #11, using MSAL 4.8
- Fixes Switch from WebClient to HttpClient #12, no use of WebClient or HttpClient, all GraphServiceClient now
- Fixes Repeated auth prompts #16, user is prompted only on startup
- Fixes README needs fixing #17, README has been revised
- Fixes Update to use Graph SDK #18, using Graph SDK
Now keeps an in-memory list of mailfolders. When processing a delta, it checks if the folder already exists in the local list, then uses that to compare what's changed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.