Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / June 2005

Tip: Looking for answers? Try searching our database.

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

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
roni - 30 Jun 2005 11:33 GMT
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.
Ken Tucker [MVP] - 30 Jun 2005 11:48 GMT
Hi,

           Not through outlook express but you can use the system.web.mail
class to send emails.

http://support.microsoft.com/default.aspx?scid=kb;en-us;314201&Product=vbNET

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

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

       You can also use indy to send mail through the persons pop3 mail
account.
www.onteorasoftware.com/downloads/indysendmail.zip

http://www.indyproject.org/

Ken
--------------------------
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.
Herfried K. Wagner [MVP] - 30 Jun 2005 13:20 GMT
"roni" <xservicex@hotmail.com> schrieb:
>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>

Signature

M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>

Carlos J. Quintero [.NET MVP] - 30 Jun 2005 13:56 GMT
See http://systemwebmail.com/

Signature

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

>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.
Cor Ligthert - 30 Jun 2005 15:11 GMT
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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.