read email with vb.net

  • Thread starter Thread starter fabian
  • Start date Start date
F

fabian

hi!

I need to read mail from an outlook mailbox using vb.net, anybody knows how
can I do it?

Thanks.
 
This article shows you how to retrieve the unread messages from your Outlook
inbox:

http://support.microsoft.com/default.aspx?scid=kb;en-us;313795

Or you could do exactly what I did & write a socket program that retrieves
messages from the mail server & a given interval. Plus, you are able to read,
send, add & save attachments, but if you don't know anything about socket
programming then forget it.
 
fabian said:
I need to read mail from an outlook mailbox using vb.net, anybody knows
how
can I do it?

Support policy for Outlook APIs that are used in the .NET Framework
environment
<URL:http://support.microsoft.com/?scid=kb;EN-US;872895>

How to use the Microsoft Outlook Object Library to retrieve a message from
the Inbox by using Visual C# .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;310258>

HOW TO: Retrieve Unread Messages from Inbox by Using Outlook Object Model in
Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;313795>

How to retrieve specific messages using the Find method and the Restrict
method in Visual C# .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;310265>
 

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