.net - Can't find System.Net.Mail in VS 2010, Silverlight 5, C# -
i unable add system.net.mail
writing using system.net.mail give error message - namespace mail not exist in system.net. why searching in system.net when part of system dll
i have added both system.net , system references in project
my purpose: want use mailaddress validate email format. i don't need send mails. format validation. system.net.mail must added
thank you
there no system.net.mail class silverlight.you can use wcf service handle sending mails.
here example http://bronsblog.com/post/2011/07/05/send-an-email-with-silverlight-4.aspx
and http://www.silverlightnext.com/2010/06/send-email-from-silverlight-application.html
Comments
Post a Comment