I have been reading through the forums that it is not possible to send attachments through emails in Windows phone. Is this accurate? Is creating a web service my only option?
Any suggestions?
Thanks
Jai
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.
Unfortunatly, the current SDK (7.1.1) doesn’t allow us to send email messages with attachments; all you can send is text!
The only way is to get the file content (byte array) you want to send, encode it to Base64, and just set the message text to this enconded content…