I need to send a mail with Attachments. I see that this is possible with MAPI. But how can i get this Namespace in UWP?
Asked
Active
Viewed 105 times
1 Answers
1
You need to use the EmailManager for UWP. It allows an application to launch the email application with a new message displayed. See Sending email attachments via UWP EmailManager not working for the sample code.

Eugene Astafiev
- 47,483
- 3
- 24
- 45