The below code works in iOS browsers but doesn't work in android browser. does anyone used custom protocol to launch outlook from android? Appreciated your help.
ms-outlook://compose?to=example@email.com&subject=Subject&body=Message
The below code works in iOS browsers but doesn't work in android browser. does anyone used custom protocol to launch outlook from android? Appreciated your help.
ms-outlook://compose?to=example@email.com&subject=Subject&body=Message
I don't think you can do this with Outlook.
Outlook for Android app must have implemented Deep Linking to handle ms-outlook://
protocol and some methods to parse parameters in your url compose?to=example@email.com&subject=Subject&body=Message
If you want to send new message in the Outlook app on Android, you need to use next url: ms-outlook://emails/new?to=example@mail.com&subject=subject&body=body