I have an app that needs to prompt the user to open an email that's just been sent to them. It would be a great feature if it automatically opened the email app for them.
I currently have this code to open the email app and create a new draft email:
Device.OpenUri(new Uri("mailto://"));
I need this to run without opening a new email, just take them to their default mail app.