Is it possible to send HTML emails from WP7? I might have overlooked it but it doesn’t appear that there is a parameter in the EmailComposeTask for specifying this.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Although the device is capable of receiving and displaying HTML emails, the
EmailComposeTaskdoes not provide an API to enable you to send HTML emails. If this is a requirement of your application (and I’d caution you on using up too much user bandwidth for larger volumes of data), then you will need to access a web service that provides access to a mail server for you.