Determine mailbox access protocol using C#

Posted by isbn100 on Stack Overflow See other posts from Stack Overflow or by isbn100
Published on 2010-06-06T22:56:26Z Indexed on 2010/06/06 23:02 UTC
Read the original article Hit count: 236

Filed under:
|
|
|

Hi All,

I racked my brain about how can i determine what protocol is used by a mailbox. I'm creating a simple C# application that get an email adress and read all the mails, first of all i have to know how to access to this mailbox (which protocol to use) - i'm looking for a way to check what it the appropriate protocol (and please don't suggest me to try accessing all of them).

BTW, I don't have any limit which framework to use.

hanks in advance!!! I'll appriciate a quick (and good :)) respone!

© Stack Overflow or respective owner

Related posts about email

Related posts about c#4.0