Sending an email in metro application?

前端 未结 2 1708
灰色年华
灰色年华 2021-01-27 02:15

I want to send an email with some content as a body in my metro app :-

1)since system.net.mail is not supported in metro application i have decided to use this :-

<
2条回答
  •  没有蜡笔的小新
    2021-01-27 02:37

    The email story in WinStore apps is pretty broken right now. You can either use mailto: with no content or use share charms with no email details. I suspect they must enable support for some email document contracts at some point in the future, but I don't think it is available yet.

    *EDIT

    It also sounds like a great opportunity for someone to write a web service to send emails if a good one doesn't already exist. You could of course write one yourself.

提交回复
热议问题