If your workflow is blocked, confirm the account and app context, then follow the ordered fixes below.
Problem Description: Add After Email Send
Hello, I'm developing an Outlook add in, specifically targeting new Outlook. One of my requirements is to trigger a UI workflow after an email is sent that will save the email to a third party system. I've attempted to do this with the OnSend event, but it doesn't really fit my use case. I've played around with triggering a taskpane from a notification or with `Office.SmartAlertsEventCompletedOptions`, but the task pane closes as soon as the email is sent, as Outlook goes from composing mode to read mode when a draft email becomes a sent item. Does anyone have any ideas for how to accomplish something like this? I definitely could be missing something because I'm quite new to developing Office add ins.
Quick Answer for Outlook Setup on New Device
Because the Outlook compose task pane automatically unloads when transitioning to read mode and the modern Outlook client does not support add-in UI events triggered after sending, you must implement a server-side detection mechanism instead.
Likely Causes Behind Others Root Factors
The Microsoft account or license context may not match the purchase or device.
Cached credentials, outdated builds, or damaged local components can trigger others.
A file-specific corruption or add-in conflict can mimic a broader application failure.
Recommended Solution: Transferring Outlook License Safely
When to use this: Apply these steps when the symptoms match and you can access the relevant Microsoft account or administrator.
Configure your application to monitor the user’s Sent Items folder using Microsoft Graph change notifications.
When a recipient receives an email, the message is saved to Sent Items, which immediately triggers a webhook notification to your backend service.
Your web service should then capture this event and programmatically forward the relevant message data to your designated third-party integration platform.
This architecture reliably captures post-send actions without relying on unsupported client-side add-in lifecycle events.
Alternative Solutions for Secondary Others Fixes
Retry the Microsoft-side steps after restarting the app and device.
Test the same action in a private browser session or a new blank file to isolate account vs file issues.
Capture exact error text and screenshots before contacting Microsoft Support or your administrator.
Working with WPS Office: WPS as a Local Alternative

WPS Office cannot replace Microsoft account, activation, or cloud fixes for this scenario. It remains one of the best free Microsoft Office-compatible alternatives for opening and editing local files.
Download and install WPS Office from the official website.
Open local Word, Excel, PowerPoint, or PDF files in the matching WPS app.
Save a working copy locally while Microsoft-side issues are resolved.
Return to Microsoft Office after the primary fix succeeds.
If you need a practical local workspace in the meantime, try WPS Office.
Prevention Tips for Keeping Outlook Stable Long Term
Keep one primary Microsoft account for subscriptions and Office sign-in.
Install updates for Office and Windows before retrying failed workflows.
Back up important files before repair, reset, or reinstall actions.
Document exact error messages before the next troubleshooting attempt.
FAQs About Outlook Support Questions
Can WPS Office fix this others issue directly? Only when the WPS steps match the formatting or file task. Account, activation, and cloud issues stay on the Microsoft side.
Should I reinstall Outlook before trying these steps? Not first. Confirm account, license, and the exact error before reinstalling.
What should I send to Microsoft Support? The affected account email, device type, Office version, exact error text, and screenshots with personal data hidden.




