How to send email with an attachment using Windows Phone 7 API?

后端 未结 4 718
失恋的感觉
失恋的感觉 2020-12-09 21:35

My WP7 application requirement is to send the email with an attachment and use device default SMTP settings.

I have tried EmailComposeTask class but it doesn\'t have

4条回答
  •  庸人自扰
    2020-12-09 21:47

    Your observation is correct, at this point in time EmailComposeTask doesn't support attachments and this is the only facility to send email programatically from the device at the moment.

    As you note, you can communicate with a server which can perform this task on behalf of your app.

提交回复
热议问题