2012-10-06 55 views

回答

1

here

var mailto = new Uri("mailto:[email protected]&subject=The subject of an email&body=Hello from a Windows 8 Metro app."); 
await Windows.System.Launcher.LaunchUriAsync(mailto); 

还有就是如何发送短信here一个例子。它使用SendSmsMessageOperation类。但是:

注意此功能仅适用于通过给移动网络运营商 ,移动宽带适配器IHV或OEM特权访问移动运营商的应用程序和 Windows应用商店的应用程序。有关更多信息,请参阅 请参阅Mobile Broadband:Windows Store设备应用程序。

更多详情here

+0

+1。但是,短信呢? –

+0

看我的编辑。基本上你使用'SendSmsMessageOperation',但它的可用性有限。 – mydogisbox

相关问题