Is it possible to attach Attachements to mailto app in windows 8 metro application?
问题 I am launching the mailto app in this way :- using Windows.System; //starts the default mail app with a subject, cc, bcc, and body Launcher.LaunchUriAsync(new Uri("mailto:windows8devs@almostbeta.com?subject=Code Request&cc=kevin@almostbeta.com&bcc=admin@almostbeta.com&body=Hi!")); 1) Can't we attach attachments to mailto app in windows 8? 2) If so please let me know what would be the work around ? Thanks in advance. 回答1: No, you can't attach files to mail app in Windows 8. You need to use