What possibilities are there to launch the Windows 10 mail app in a specific folder, from another app?
Background: say I am programming a UWP app allowing the user to select a folder in one of his mailboxes (however I'll be doing this). Now I want to open the standard Windows 10 mail app showing exactly this folder (identified by name, by ID, by whatever).
Can this be done? How (URI scheme, ...)? (Please focus on the Windows 10 mail app part. Identifying the folder in the first place is another problem to be solved.)
Sample workflow for the user:
- Open my app and see a list of his email folders (Inbox, Personal, Work, TODO, etc.)
- Tap one folder name
- Standard Email app opens, shows emails of the selected folder (<- this is what this question is about)