Vb.Net Example

  • Thread starter Thread starter BrianDH
  • Start date Start date
B

BrianDH

hi

Looking for Vb.Net examples of reciving email via windows
form

Thanks
 
* "BrianDH said:
Looking for Vb.Net examples of reciving email via windows
form

Namespace 'System.Web.Mail' (requires reference to "System.Web.dll"),
FAQ: <URL:http://www.systemwebmail.net/>.

CDO/Exchange:

Support Policy for Microsoft Exchange APIs with .NET Framework Applications
<URL:http://support.microsoft.com/?scid=kb;EN-US;813349>

HOW TO: Retrieve Messages Using CDOEX and ADO in Visual C#
<URL:http://support.microsoft.com/?scid=kb;EN-US;310206>

Self-made:

<URL:http://www.codeproject.com/csharp/karavaev_denis.asp>
<URL:http://www.codeproject.com/csharp/popapp.asp>
<URL:http://www.codeproject.com/csharp/pop3client.asp>

SMTP and POP3 Mail Server
<URL:http://www.codeproject.com/csharp/smtppop3mailserver.asp>

Commercial:

<URL:http://www.abderaware.com/mail/>
 
In Regards to the "HOW TO: Retrieve Messages Using CDOEX
and ADO in Visual C# "
Do you know what they are wanting at this line? >>
oCn.Provider = "exoledb.datasource"; <<

My code always fails here saying Provider unknown.

Do I need to set up a DSN for the exchange DB?

Thanks
 

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