How to read eMail

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H
I am trying to find a way to connect to my exchange /pop3 server and read emails arriving in to a folder so that I can add the text for relevant messages to our database

How can this be done in VB.NET without paying for a component to do it.
 
Dear martin,

you can implement the pop3 protocol in your application or you just connect
an instance to Outlook via MAPI.

If you need help contact me.

Joerg

martin said:
Hi
I am trying to find a way to connect to my exchange /pop3 server and read
emails arriving in to a folder so that I can add the text for relevant
messages to our database.
 
I have tried, but cannot find the Class MAPI or POP3 from my Add references in VB.NE
so I tried to find the CDO 1.2.1 Lib but its not on my PC so I am trying to find the correct lib file to use for Pop3 or Mapi .in .NET but have read its not supported
 

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

Back
Top