Search code examples
c#javaandroidemailemail-client

E-Mail Viewer application


I am trying to write an e-mail viewer application (only for receiving emails not for sending) for my project. I have searched lot many places but all are for only sending.

Can somebody guide me in right direction from where I can start. Language is not a matter for me.

Thanks


Solution

  • It really depends on what server you are connecting to to receive E-Mails from: POP3, IMAP or even Exchange.

    Also, when searching the web for "POP3" or "IMAP" you'll find loads of guides and tutorials for most languages out there.

    Here some examples and/or libraries for C#: