hi to all,
i need to reading the newly incomming mails in my mailid. how can i read the mail using pop3client or pop3 server. plz anybody know help me to reading the mail.
thank u.
with thanks and regards
mmary
Printable View
hi to all,
i need to reading the newly incomming mails in my mailid. how can i read the mail using pop3client or pop3 server. plz anybody know help me to reading the mail.
thank u.
with thanks and regards
mmary
There is no native support for POP3 in the .NET Framework. Sending mail is something that lots of apps would want to do, but reading mail is the domain of purpose-built mail clients. As such it is the job of the developer building the mail client to code it as they want it. You have to use the lower-level .NET network classes to connect using your own implementation of the POP3 protocol.
http://www.google.com/custom?cx=0022...nel=1972798655
First you will have to get a pop server, there are a few free ones out there, could do a google search.
jmcilhinney search has some good links to developing a class to retrieve pop3 mail. I did it already so I know that it works. The only thing I never got around to doing was to actually download attachments.
Please say if you need more help on this.
Jennifer.