On 01.08.2011 17:11, Anita V. wrote: > Does this code work if you run it from a desktop application? Does it work on > the iPhone simulator?
I don't know if System.Net.Mail is part of the monotouch profile, but System.Net.Mail in a desktop or even mobile application is of almost no use. You'd had to ask the user to provide a server host name, username, password, email, etc. Then you'd have to store this info *safely*. Or you could store the credentials of your own mail server in the app. Not quite secure, IMHO. Robert _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
