-
Gmail Email Count
Hi,
I'm looking for some sample code that provides me with a count of how many new emails I have. Searching the forum, I found ways to read the email and save all emails to file and ways to send emails, but no way to get an email count for my Gmail account.
Just store the number of new emails into a variable.
Sample code or related links are appreciated.
-
Re: Gmail Email Count
there is code for pop emails using winsock in this forum, also some classes in codebank(vb6)
i believe all samples would return how many new emails
i have not tried to use pop with gmail, but you need to use the correct port and i believe it would also require ssl (secure sockets layer)
search on pop and winsock