Read Email
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi every body! I want to write a program that can take all unread mail from OutLook, but don't know how to do it, any one have experience about it, please give me some suggest! Thanks alot! xyz
You could use a third party IMAP control. IMAP has a flag that can be checked if a message has been read. However, with IMAP, you will have to have the username and password to "login" to the account you want to check. I have used the IMAP control from http://www.quiksoftcorp.com/.