本文介绍了发送电子邮件和附件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!问题描述限时送账号..

我使用以下代码发送电子邮件.但是当我在 VS 中的 中运行它时,无法启动电子邮件客户端.我做错了什么?但是电子邮件客户端以本地机器模式启动.

var = new Uri(“:?to=@&=Win8 Email&body=n Hi.”);等待 …();

解决方案

这就是答案.

在 8.0 中使用 WinRT 您目前无法附加附件.

抱歉,如果这不是您想听到的答案.

附件发送失败_附件发送失败怎么办_给chatgpt发送附件

您可以随时使用服务发送电子邮件;那么你可以/可以做任何事情.

I used below code to send email. But when I run it in in VS, the email can not be . What I did wrong? But the Email in mode.

var mailto = new Uri("mailto:?to=recipient@example&subject=Win8 Email&body=n Hi.");
await Windows.System.Launcher.LaunchUriAsync(mailto);

解决方案

This is the .

Using WinRT in 8.0 you an at this time.

Sorry if that is not the you to hear.

You can use a to send the email; then you can/could do .

这篇关于发送电子邮件和附件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!