androidoutlookdeep-linking

Open received email via ms-outlook://emails/ URI Scheme


I see it's possible to automatically compose new emails on Android using the

ms-outlook://emails/new?to=example@mail.com&subject=subject&body=body

URI scheme, I was wondering if there would be a way to open the outlook application to a specific existing email, using this URI scheme, if I had the message ID of the email I want to open to.

e.g. something like ms-outlook://emails/view?id=ABC123

I couldn't find any documentation for the ms-outlook URI scheme online.


Solution

  • Try this:

    ms-outlook://emails/message/<id>