Parsing Email in an Application

Discussion in 'Email' started by JHaynes, Dec 7, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Okay, I have a question and perhaps somebody can assist me.

    I have a client who recieves emails from PayPal every time a transaction is made.What he wants to do with these emails is retrieve the dollar information from the message text to do financial calculations. Right now, he performs this manually.

    My question is, how can I open emails that come in and parse through the text in the message in an application?
    Are there good tutorials or references?

    Thanks,
    Joshua Haynes
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    You can use one of the POP3 component to retrieve the email and then use basic .NET string functions to parse the email content.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page