Hi
I need to do a program that read messages from server , but I can not delete the messages from server.
I have read and save a file .
Can I to do It?
thank you in advance
:confused: :confused: :(
Printable View
Hi
I need to do a program that read messages from server , but I can not delete the messages from server.
I have read and save a file .
Can I to do It?
thank you in advance
:confused: :confused: :(
Take a look at the POP-3 protocol.
There are commands to list the messages on the server, commands to read/down-load the messages and commands to delete the messages on the server.
Use the WinSock facility in VB to do the hard work of talking over the network to the POP-3 server.
Search this forum for examples of people doing this, or take a look in http://winsockvb.com/article.php?article_id=21