I used below code to send email. But when I run it in Simulator in VS, the email client can not be launched. What I did wrong? But the Email Client launched in Localmachine mode.
var mailto = new Uri("mailto:?to=recipient@example.com&subject=Win8 Email&body=n Hi."); await Windows.System.Launcher.LaunchUriAsync(mailto);