Windows Store App Development Snack: Feedback Links in Your App
I could put some screen in the application but I decided to rather have a simpler method for this – email. All I need now is a way to launch the email program and ideally have my email address & subject prefilled – which is not possible with the share source experience.
The solution to this is something we have used for a long time before Windows 8 – protocol handlers, and in particular mailto.
So how do you launch a protocol handler in a Windows Store app – the same way you launch a web page, the Launcher.LaunchUriAsync method.
The usage of protocol handlers does open a lot of possibilities too for sharing between Windows Store apps & Windows desktop apps!
For more posts in this series, see the series index.
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





