1

我發動這種方式的mailto應用: -在Windows 8 metro應用程序中,是否可以將附件附加到mailto應用程序?

using Windows.System; 
    //starts the default mail app with a subject, cc, bcc, and body 
    Launcher.LaunchUriAsync(new Uri("mailto:[email protected]?subject=Code Request&[email protected]&[email protected]&body=Hi!")); 

1)我們能不能在Windows 8的附件連接至mailto應用程序?

2)如果是這樣,請讓我知道什麼是工作?

在此先感謝。

回答

相關問題