RSS Amplifier

Blog

Glen’s @ eMail Development Substack

My Email Development Substack

glenscales.substack.comSource feed ↗10 posts

Live Last read · last published · next check

Written by

Latest posts

Getting LLM's to correctly write Microsoft Graph code for Exchange Online that uses singleValueExtendedProperties

Getting an LLM to correctly write Microsoft Graph code for Exchange Online that uses singleValueExtendedProperties is notoriously hit-or-miss Even as models improve and context windows grow and AI gets smarter, the legacy quirks of these properties usually derail the generator—skewing the output into either hallucinated or inefficient logic or broken syntax.

EWS Notifications Migration and writing a Microsoft Graph Email Deleted Items watcher

I recently helped create this post on “Migrating EWS notifications to Microsoft Graph,” where I tried to cover all the information you need to migrate from EWS to Graph Webhooks.

How to Migrate (or Create) a Contact Sync Application that is using EWS to the Microsoft Graph Part 1

Syncing contacts across multiple platforms is a persistent business challenge, often addressed using a variety of custom automation solutions.

Using SMIME in the Microsoft Graph and Migrating SMIME from EWS to the Microsoft Graph

S/MIME serves as the industry standard for enhancing email security through two critical functions: digital signing and encryption.

Application is over its MailboxConcurrency limit

TLDR A common error after migrating an app from EWS to Microsoft Graph is “Application is over its MailboxConcurrency limit”.

Migrating Sticky Notes in EWS to the Microsoft Graph

TL;DR: Migrating Sticky Notes from EWS to Microsoft Graph is possible via the Messages endpoint, despite what current LLMs (and the lack of official documentation) might tell you.

Migrating Personal Distribution lists (Contact Groups) code from EWS to the Microsoft Graph API

Personal Distribution Lists (also known as Contact Groups) have been a long-lived feature in both Outlook and Exchange.

Migrating EWS GetUserConfiguration and SetUserConfiguration operations to the Microsoft Graph

TLDR Microsoft has released a new userConfiguration endpoint in the Microsoft Graph Beta, which serves as a plug-in replacement for existing EWS UserConfiguration operations.

Work hours and locations now available in Microsoft Graph

One of the best early Christmas presents Microsoft delivered in the Microsoft Graph is the ability to set work hours and locations.

How to Migrate from the EWS Get-Delegate Operation

With the release in preview of the Exchange Online Admin API recently this has unlocked a Migration path for those EWS apps that are stuck because of the lack of Delegate operations.