F Flip Nov 17, 2005 #2 How do I authenticate to a mail server with .Net 2.0? The last posting here should help point you in the right direction. http://forums.asp.net/1020741/ShowPost.aspx I used this webpage to help me out when doing my upgrading from v1.1 to v2.0 and I needed to do this. HTH
How do I authenticate to a mail server with .Net 2.0? The last posting here should help point you in the right direction. http://forums.asp.net/1020741/ShowPost.aspx I used this webpage to help me out when doing my upgrading from v1.1 to v2.0 and I needed to do this. HTH
K Kevin Spencer Nov 18, 2005 #3 Use the System.Net.NetworkCredential class. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer If you push something hard enough, it will fall over. - Fudd's First Law of Opposition
Use the System.Net.NetworkCredential class. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer If you push something hard enough, it will fall over. - Fudd's First Law of Opposition