Exemplo n.º 1
0
 private async void email_ManipulationCompleted(object sender, ManipulationCompletedRoutedEventArgs e)
 {
     var mailto = new Uri(String.Format("mailto:?to={0}&subject={1} Feedback", EmailAddress, ManifestHelper.GetDisplayName()));
     await Windows.System.Launcher.LaunchUriAsync(mailto);
 }