4 posts · rss

Outlook Add-ins on Mobile

Outlook add-ins that survive mobile: requirement sets that lie about their version, Nested App Auth without a popup, and falling back to Microsoft Graph.

This is the most differentiated material on the blog, mostly because almost nobody else has written it down. Outlook add-ins on desktop are well documented. Outlook add-ins on mobile are a different product wearing the same name.

The pattern in every post here is the same discovery: something the documentation says is available reports itself as available, and then fails. Requirement sets that overstate what the host supports. Authentication that assumes a popup window on a device that has none. Item properties that are simply absent, so you fall back to Microsoft Graph for the same message. A per-app folder in every user’s OneDrive that nobody mentions but everyone can use for settings.

If you are debugging one of these, the open GitHub issues are currently better reading than the docs. That is the gap these posts are trying to close.