mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 23:43:19 +02:00
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
921 B
921 B
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | |||
|---|---|---|---|---|---|---|
| How to: Use mailto: to Send Mail From a Page | 03/30/2017 |
|
b64b9518-df17-4232-94f2-455a4f77ee48 |
How to: Use mailto: to Send Mail From a Page
This example shows how to use xref:System.Windows.Documents.Hyperlink in conjunction with a mailto: uniform resource identifier (URI).
Example
The following code shows how to use a mailto: uniform resource identifier (URI) to open a new mail window that contains an email address, and email address and a subject, and an email address, subject, and body.
[!code-xamlHOWTONavigationMailToSnippet#MailToMARKUP]