Results 1 to 2 of 2

Thread: using POP3 (read messages)

  1. #1

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709

    Question using POP3 (read messages)

    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

  2. #2
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Newbury, UK
    Posts
    1,878
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width