Thread: code for parsing emails

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    2

    code for parsing emails

    this is the code i have with me now for parsing emails received in my inbox..how shud i proceed now:


    in attachment file

    ....in the above written code what is c:\\mst\\myprofile.pro in readnextmessage ?
    what shud i write instead of that my code?
    andd what is OL and lpmessageid in readmail function??
    thanxxx


    __________________

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    My suggestion would be to avoid trying to play with (complex) open source software if you're still trying to learn C++. Trust me. I've looked at the source for Mozilla - it's not easy to understand that much source if you've never seen any of it before.
    Away.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Extended ASCII Characters in an RTF Control
    By JustMax in forum C Programming
    Replies: 18
    Last Post: 04-03-2009, 08:20 PM
  2. Enforcing Machine Code Restrictions?
    By SMurf in forum Tech Board
    Replies: 21
    Last Post: 03-30-2009, 07:34 AM
  3. Values changing without reason?
    By subtled in forum C Programming
    Replies: 2
    Last Post: 04-19-2007, 10:20 AM
  4. Obfuscated Code Contest
    By Stack Overflow in forum Contests Board
    Replies: 51
    Last Post: 01-21-2005, 04:17 PM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM