Link to home
Start Free TrialLog in
Avatar of Md Shah
Md ShahFlag for India

asked on

C# - OpenPop3 API - How to check new emails only & How to check its location ?

Hi,

I am using OpenPOP3 API (sourceforge.net/projects/hpop/) for reading and sending my GMAIL messages.

Questions:

1) When I am using 'Pop3Client.GetMessageCount()' code, I am getting a count of messages present in INBOX + SENT MAIL. Is there a way I can get only those emails which are present in INBOX folder but not in other customized folders?

2) Is there a way to check whether the email is READ or in UNREAD mode ?

Thanks in advance !
ASKER CERTIFIED SOLUTION
Avatar of Dave
Dave
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Md Shah

ASKER

Thanks !