is there way to send email throught outlook express without mapi controls ?

R

roni

i dont like to use ocx controlx.
is there new dll for vb.net that do the job ? or newer code, to send email
throught outlook express.
 
H

Herfried K. Wagner [MVP]

roni said:
i dont like to use ocx controlx.
is there new dll for vb.net that do the job ? or newer code, to send email
throught outlook express.

Outlook Express doesn't provide an automation object model, thus there is no
direct way to control Outlook Express. However, you can use .NET's
'System.Web.Mail' namespace to send emails:

Sending and receiving email
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=email&lang=en>
 
C

Cor Ligthert

Roni,

As far as the user acknowledge is it simple to sent email using Outlook
Express
(I typed it here in this message so watch typos).

Process.Start (mailto:"WhateEverEMailAdres? & _
subject="OutlookExpress&body="I hope this helps")

(This uses the default EmailClient so that has to be set to OutlookExpress
than)

I hope this helps,

Cor
 

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

Top