How to read the latest reply message in the mail retrieve from gmail by using IMAP in C#?

  • Thread starter Thread starter RaviJunnuri
  • Start date Start date
R

RaviJunnuri

Guest
How can I separate an email from its previous answer using IMAP and C#? I only want the latest reply

For example:

  • Mail 1: Customer sends an email with the text: "Hello"
  • Mail 2: I answer the email with text figures: "Yes?"
  • Mail 3: The customer replies: "What are you doing?"

But when I collect these 3 mails with the phrase, GetBodyAsText I get the entire conversation from every mail - containing 1,2 and 3.

I only want mail 3 content : How can this be done?

Continue reading...
 
Back
Top