-2

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?

Maddin
  • 52
  • 9

1 Answers1

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