Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリからメールを送信したいのですが、Outlook を使用して Windows 8 アプリからメールを送信することはできますか?
なにか提案を??
これでoutlookを起動できます。
var mailto = new Uri("mailto:?to=hello@world.com&subject=Hello%20World&body=this%20is%20body"); await Windows.System.Launcher.LaunchUriAsync(mailto);