-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Updated Deeplink Route #11
Comments
Hi @stephancasas, Are you able to confirm that your URL schema still works? My testing seems to indicate that it doesn't. For instance, none of the following are successful at drafting emails in outlook web: |
Yes, this deeplink still works, but the newer base URL is The full
Cheers |
The new Fluent UI 9 React OWA uses the following route for external
mailto
requests:`${BASE_URI}/mail/deeplink/compose?mailtouri=${MAILTO_URI}`
Where
$BASE_URI
is usuallyhttps://outlook.office365.com
and$MAILTO_URI
the fullmailto:
URI.The existing route works, but you may wish to update in case it becomes deprecated.
I pulled this by stepping through the OWA source via debugger.
The text was updated successfully, but these errors were encountered: