Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Is there a way to send email from SL app?
5 replies. Latest Post by mchlSync on May 25, 2008.
(0)
RobHoz
Member
54 points
48 Posts
05-24-2008 4:55 PM |
Is there a way to send email from SL app?
pbromberg
Participant
1984 points
353 Posts
05-24-2008 5:15 PM |
Well, if you can't find System.Net.Mail, then I guess not. Why not create a webservice to send the emails, and have your SL app send through the webservice?
itsmallm...
55 points
32 Posts
05-24-2008 8:02 PM |
How do we do this?
You can show me: How do I can use yahoo mail service or google mail service to check existing of an email in a Textbox that I input.
Thanks!
05-25-2008 3:29 AM |
Well that's the problem, i can't find System.Net.Mail...
Can you point a good tutorial on web services?
tamirk
100 points
23 Posts
05-25-2008 9:08 AM |
You can do it exactly as it done with HTML. By using mailto: anchor protocol or by consuming your own (or public) web service
mchlSync
Star
14566 points
2,730 Posts
05-25-2008 10:00 AM |
RobHoz:Well that's the problem, i can't find System.Net.Mail... Can you point a good tutorial on web services?
Please take a look "Sending Email in Silverlight 2 beta1"
Hope it helps.