win ce 6 email - pop, smtp

Iseeu
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.

domodom
I think you need to find a 3rd party library or write your own
Domodom

Iseeu
Thanks for the quick reply, I thought that was the case, but thought asking
would not hurt.

domodom
No problem, you are ritgh, there are a lot of hidden things in Windows
CE...

Errol
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