mirror of
https://github.com/jonroig/MailtOWA.git
synced 2026-04-25 09:05:54 +03:00
[GH-ISSUE #11] Use Updated Deeplink Route #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MailtOWA-jonroig#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stephancasas on GitHub (Oct 14, 2022).
Original GitHub issue: https://github.com/jonroig/MailtOWA/issues/11
The new Fluent UI 9 React OWA uses the following route for external
mailtorequests:Where
$BASE_URIis usuallyhttps://outlook.office365.comand$MAILTO_URIthe 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.
@bgpearman commented on GitHub (May 11, 2023):
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:
@stephancasas commented on GitHub (May 23, 2023):
Yes, this deeplink still works, but the newer base URL is
https://outlook.office365.com— nothttps://outlook.live.com.The full
mailtoURI must be given as well. For example, to send me an e-mail:Cheers
@bgpearman commented on GitHub (May 26, 2023):
Bizzare. All the schemas I have tried either get stuck in a looping gif of the loading mailbox (attached), or if a draft email does open, none of the fields (body/to/...) are filled in.

Your link has the former behaviour for me. When I look at the debugging console, I see the following from the minified JS: