Make the email mail as READ in gmail.
-
Hi, I created an web application that read emails from GMAIL and store it in the local database. My problem is that when I store the email in my database they should be MARK AS READ on the server because it is loading the emails again and again because the status of those mails are still unread. Please help me in this regard. Thanks in advance.
-
Hi, I created an web application that read emails from GMAIL and store it in the local database. My problem is that when I store the email in my database they should be MARK AS READ on the server because it is loading the emails again and again because the status of those mails are still unread. Please help me in this regard. Thanks in advance.
set some boolean for the read and the unread mail.... when the mail is read set the boolean as 1 and if is not read then set to 0.
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
-
Hi, I created an web application that read emails from GMAIL and store it in the local database. My problem is that when I store the email in my database they should be MARK AS READ on the server because it is loading the emails again and again because the status of those mails are still unread. Please help me in this regard. Thanks in advance.
I think that option should be in GMAIL, and it already has that. If you download mails properly, it will start download after the last downloaded mail from your account. See how outlook does. :cool:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.