I'm trying to figure out how an email can be opened directly in the Outlook App on iOS. The goal is for Microsoft Power Automate to notify my of Junkemails and include a link in the Flow Notification which points to the mail in the junk folder so it opens directly in the Outlook app instead of the webbrowser.
Somehow this magically works for OneDrive web Links. If I click one of those, it opens the file in OneDrive.
I've learned that there's an URI Scheme and Outlook can be opened by links starting with ms-outlook:// and that for example "ms-outlook://[email protected]&subject=Hello" opens a new message as stated here: I just want to open MS Outlook app and see mailto screen using URL Scheme at iOS
I'm trying to find other commands like how to open outlook e.g. the Junkmail folder or even a specific message. I know it can be done somehow because Microsoft To Do App has this feature. When an E-Mail is flagged in Outlook it appears in the To Do App and there's a link "Open in Outlook".
On Desktop, it opens a web url pointing to that specific email message: https://outlook.live.com/owa/0/?ItemID=
On iOS To Do opens the message directly in the Outlook App. So somehow it must be possible to create a link which will open the App instead of a Webpage. Of course iOS push notifications for new emails in Outlook also open specific messages.
Does anyone know other "commands" than "compose" like view, messages or inbox or something like this?
I've tried many variations of ms-outlook:// but all of them only open the Outlook App but not any specific folder or email message.
Or is there anyway to look up what kind of link To Do uses when it opens the message in the Outlook App?
Any help is greatly appreciated. Thanks.