hi, I'd like to be able to send a receive email via in line code in vb, does anyone - is this built into the development platform or do I need to find a third party library? thanks in advance.
win ce 6 email - pop, smtp
Hi, If you are using VB.NET then you can look at: System.Net.Mail.SmtpClient That allows you to send mail via SMTP. Receiving via POP is not so simple though... You can look here for POP classes: http://www.codeproject.com/KB/IP/NetPopMimeClient.aspx I have not used either though... Thank you, Errol