System.Net.Sockets.Socket (Get state of Message)

G

Guest

Hi all

I am using System.Net.Sockets.Socket to connect to my
Mailserver (http://www.codeproject.com/csharp/despop3client.asp).
It all works fine exept one thing:
I do not know how I can find out if the mail is already read or unread ...
I also need to set this state to read, after I read it ...

Does anybody knows something about this ??
Would be happy for any comments!

Best regards
Frank Uray
 
G

Guest

Hi Vadym

Thanks a lot for your answer.
So, I will store the mail infos about my own ... :)

Do you know another way to read Mail Messages,
instead of using POP3 ... ??

Best regards
Frank Uray
 
V

Vadym Stetsyak

Hello, Frank!

FU> Do you know another way to read Mail Messages,
FU> instead of using POP3 ... ??

It depends on mail server from where you're going to read mail.
Another protocol is IMAP.

However, there are servers that introduce their own API to manage mail on them.
Standard way is POP3 ( will work with the majority of mail servers )

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top