UWP 调用outlook邮箱反馈

Posted 猫叔Vincent的后花园

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UWP 调用outlook邮箱反馈相关的知识,希望对你有一定的参考价值。

public static async Task FeedbackAsync(string address, string subject, string body)
{
if (address == null)
return;
var mailto = new Uri($"mailto:{address}?subject={subject}&body={body}");
await Launcher.LaunchUriAsync(mailto);
}

 

以上是关于UWP 调用outlook邮箱反馈的主要内容,如果未能解决你的问题,请参考以下文章

如何在Java ee项目中如何调用outlook发邮件

我应该如何使用 Outlook 发送代码片段?

Office365 - 如何troubleshooting Outlook email延时

Office365 - 如何troubleshooting Outlook email延时

如何用VBA代码控制OUTLOOK发送邮件

outlook邮箱怎么设置IMAP