Home

C#

SharePoint News Links via …

TL;DR News Link pages are beta-only, so you need the Microsoft.Graph.Beta NuGet package. For banner image uploads, you also need Microsoft.Kiota.Serialization.Multipart. The tricky part is that the multipart case has no official C# snippet — Microsoft’s documentation just says “Snippet …

Stop Spamming Your Users: …

TL;DR Add WelcomeEmailDisabled to resourceBehaviorOptions via AdditionalData when creating the group. It can only be set at creation time — not patched afterward. AdditionalData = new Dictionary<string, object> { { "resourceBehaviorOptions", new List<string> { …

Stop Retrying Everything: …

The Day My Batch Requests Started Fighting Back Picture this: It’s 2 AM, you’re on your third cup of coffee, and you’re watching your perfectly crafted Microsoft Graph batch request fail spectacularly. Again. You’ve got 25 files to download from SharePoint. Your batch …