简体   繁体   中英

How to open Microsoft outlook app from android browser using custom protocol?

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

如果要在Android上的Outlook应用中发送新消息,则需要使用下一个网址: ms-outlook:// emails / new?to=example@mail.com&subject=subject&body=body

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM