0

I am creating an ASP.NET/C# Web Apllication.

I want to import my emails (from Gmail, or hotmail or others,... doesn't matter)

and show the title and the message of each email on my webpage.

Is there a way to do this? maybe an API to use?

Any helps or tips are greatly appreciated. Thank you very much

Y2theZ
  • 10,162
  • 38
  • 131
  • 200
  • This is something you could have Googled yourself. - http://www.google.com/search?q=Gmail+API - And if you're asking how to implement that on your ASP page, that question is too broad. Give it a try yourself and post here if you have a *specific* question. – qJake Oct 13 '11 at 18:19

1 Answers1

0

Take a look at InterIMAP

InterIMAP is an IMAP client library written in C# targeting the .NET 2.0 framework

Here is a link to the documentation

Edit

Here is a link to a similar question which has a number of answers: using c# .net librarires to check for IMAP messages from gmail servers

Community
  • 1
  • 1
jdavies
  • 12,784
  • 3
  • 33
  • 33