Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,



we want to attach the remote image to Email in windows phone 8 development.

we have seen the link for this tutorial.

http://wp7mail.codeplex.com/[^]

but here it is getting some errors when we are trying to send attachment using SmtpClient.



please suggets us.
Posted
Updated 23-Jul-13 5:40am
v2
Comments
[no name] 23-Jul-13 10:46am    
"some errors" is neither helpful nor informative. We would have no idea what "some errors" means. And you would probably get a faster/better answer asking the people at http://wp7mail.codeplex.com
ashok krishna 24-Jul-13 2:03am    
sorry for not asking question clearly..
SmtpClient client = new SmtpClient(address);
client.SendMail(Mailmessage);
here we are getting error is "object refernce not set to instance of object" when we are trying to send the mail using smtp client..!

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900