CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Location
    Fairfax
    Posts
    1

    Downloading hotmail messages all at once

    How can we download hotmail messages to your hard disk all at once ......rather then reading them one by one ???


  2. #2
    Join Date
    Dec 1999
    Location
    Chonghe, Taipei County, Taiwan, R.O.C.
    Posts
    231

    Re: Downloading hotmail messages all at once

    In the material area of my web site , http://www.geocities.com/kib63613/ , there is the article about
    receiving emaill from the pop3 server. This technique is implemented in JavaMail. You may consider
    it.
    good luck,
    Alfred Wu


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

Featured