是否可以在Windows 8 Metro应用程序中将附件附加到mailto应用程序? [英] Is it possible to attach Attachements to mailto app in windows 8 metro application?

查看:71
本文介绍了是否可以在Windows 8 Metro应用程序中将附件附加到mailto应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我以这种方式启动mailto应用程序:-

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)我们不能在Windows 8中将附件附加到mailto应用吗?

1) Can't we attach attachments to mailto app in windows 8?

2)如果是这样,请让我知道如何解决?

2) If so please let me know what would be the work around ?

谢谢.

推荐答案

否,您无法在Windows 8中将文件附加到邮件应用程序.

No, you can't attach files to mail app in Windows 8.

您需要使用共享.看一下这个: http://msdn.microsoft .com/en-us/library/windows/apps/xaml/hh871371.aspx ,以获取有关如何共享文件的示例.

You need to use Sharing. Take a look to this: http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh871371.aspx, for an example on how to share files.

这篇关于是否可以在Windows 8 Metro应用程序中将附件附加到mailto应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆