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邮箱反馈的主要内容,如果未能解决你的问题,请参考以下文章
Office365 - 如何troubleshooting Outlook email延时