473,748 Members | 6,418 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mail with Outlook Express possible?

I'm using the CreateObject method to send email from Access.

Set objOutlook = CreateObject("O utlook.Applicat ion")

This, of course, launches Outlook to send the message. Anyone know if there
is a way to do the same sort of thing but have it launch Outlook Express
instead of Outlook?

Nov 12 '05 #1
5 7460
DoCmd.SendObjec t should work if Outlook Express is set as the default mail client. This
command allows you to programmaticall y add a file attachment, such as a report snapshot or
rich text file.

If you want to avoid Outlook and Outlook Express all together, you can use a product such
as ASPmail or ASPQmail (queued mail). I think this works with Access, although I'm not
positive. Worldcast (http://www.fairlogic.com/worldcast/index.shtml) offers an e-mail
blaster that is free for non-commercial use. FMS offers Total Access E-mailer
(http://www.fmsinc.com/products/Emailer/index.asp) but this is definitely not free.
_______________ _______________ ______

"Randy Harris" <ra***@SpamFree .com> wrote in message
news:Zi******** **************@ newssvr28.news. prodigy.com...
I'm using the CreateObject method to send email from Access.

Set objOutlook = CreateObject("O utlook.Applicat ion")

This, of course, launches Outlook to send the message. Anyone know if there
is a way to do the same sort of thing but have it launch Outlook Express
instead of Outlook?


Nov 12 '05 #2
Randy,
I just shortly found class-code specific for OE (thanks Lyle F)
Look at thread starting with MessageID <3f************ ********@dreade r2.news.tiscali .nl>

--
Hope this helps
Arno R
"Randy Harris" <ra***@SpamFree .com> schreef in bericht
news:Zi******** **************@ newssvr28.news. prodigy.com...
I'm using the CreateObject method to send email from Access.

Set objOutlook = CreateObject("O utlook.Applicat ion")

This, of course, launches Outlook to send the message. Anyone know if there
is a way to do the same sort of thing but have it launch Outlook Express
instead of Outlook?

Nov 12 '05 #3
"Arno R" <ar************ ****@tiscali.nl > wrote in message
news:3f******** **************@ dreader2.news.t iscali.nl...
Randy,
I just shortly found class-code specific for OE (thanks Lyle F)
Look at thread starting with MessageID <3f************ ********@dreade r2.news.tiscali .nl>
--
Hope this helps
Arno R
Arno, pardon my not being too sharp. How do I find that Message?
"Randy Harris" <ra***@SpamFree .com> schreef in bericht
news:Zi******** **************@ newssvr28.news. prodigy.com...
I'm using the CreateObject method to send email from Access.

Set objOutlook = CreateObject("O utlook.Applicat ion")

This, of course, launches Outlook to send the message. Anyone know if there is a way to do the same sort of thing but have it launch Outlook Express
instead of Outlook?


Nov 12 '05 #4
Randy,

You need to do a Google Groups-advanced-search.
Here you can fill in the Message-ID (without the < and > ) in a search-field
http://www.google.com/advanced_group_search?hl=en

Arno R
"Randy Harris" <ra***@SpamFree .com> schreef in bericht
news:P4******** **************@ newssvr28.news. prodigy.com...
"Arno R" <ar************ ****@tiscali.nl > wrote in message
news:3f******** **************@ dreader2.news.t iscali.nl...
Randy,
I just shortly found class-code specific for OE (thanks Lyle F)
Look at thread starting with MessageID

<3f************ ********@dreade r2.news.tiscali .nl>

--
Hope this helps
Arno R


Arno, pardon my not being too sharp. How do I find that Message?
"Randy Harris" <ra***@SpamFree .com> schreef in bericht
news:Zi******** **************@ newssvr28.news. prodigy.com...
I'm using the CreateObject method to send email from Access.

Set objOutlook = CreateObject("O utlook.Applicat ion")

This, of course, launches Outlook to send the message. Anyone know if there is a way to do the same sort of thing but have it launch Outlook Express
instead of Outlook?




Nov 12 '05 #5

"Arno R" <ar************ ****@tiscali.nl > wrote in message
news:3f******** **************@ dreader2.news.t iscali.nl...
Randy,

You need to do a Google Groups-advanced-search.
Here you can fill in the Message-ID (without the < and > ) in a search-field http://www.google.com/advanced_group_search?hl=en

Arno R


Thanks,
Randy
Nov 12 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1728
by: chausan | last post by:
Update ++++++ All attchment scanned with norton anti-virus w/ yahoo mail service and they all reported infected with virus Worm.Automat.AHB. ======================================== From: chausanwong@yahoo.com.hk (chausan) Newsgroups: microsoft.public.dotnet.general
2
9604
by: Ronny Sigo | last post by:
Hello all, I a struggling for a few days now to find a way to send automated mail. I succeeded except that MS Outlook always gives me those 2 stupid warnings that 1) a "program tries to get access to the emailadresses in the contactlist - and wether I want to allow this" and 2) That a program is trying to send emails on my behalf - and wether I want to allow this. ... I have tried to use the redemption package but obviously I do not...
3
1772
by: Mike Sobeiski | last post by:
Hi There! How do I manipulate folders in Outlook Express (Not Outlook)? I need to read messages in the mail folders as well as newsgroups. I've search on the net but all I found is how to send mails using Outlook Express. But what I need is to read messages :P Please provide some pointers to VB.NET or C# example.
3
5586
by: dale zhang | last post by:
Hi, I write an asp.net web application. It has a “Contact Us” page, where users fill in their email, subject and text and hit send. Then the email will go to my hard coded yahoo email account. I was using optimum online service with smtp server as “mail.optonline.net”. I can receive email correctly. Now I switch to verizon DSL. I change my smtp server accordingly as
42
3538
by: scorpion53061 | last post by:
Is there a registry setting that I can read in vb.net for windows platforms that will give me the default mail server for the computer (e.g. mail.charter.net)
6
2847
by: Bernhard Straub | last post by:
Hi, using vb .NET 2003 I am trying to open the standard mail client. The mail window should open and the user should be able to choose the recipient, add some text to the mail etc. Using Process.Start with "mailto" doesn't help as I want to add attachments already in the code. I don't want to use the Outlook reference as the user may not have Outlook installed on the system. I found that something called Simple MAPI may be used but I...
11
1842
by: Dennis | last post by:
I am using the following code that I got from this newsgroup to start a user's default e-mail editor and it works ok. However, I would like to attach a file to the editor (like using word as editor) Dim psi As New ProcessStartInfo psi.UseShellExecute = True psi.FileName = "mailto:" & HttpUtility.UrlEncode() & "?subject=" & Subject & "&body=" & Message Process.Start(psi)
1
1481
by: Bob | last post by:
Vs2005 - Framework2. Just to let all of you know. I have found that I can not use an application to send e-mails using the system,net.mail namespace while Outlook express is opened on the same machine from which my program is trying to send an e-mail using smtp mail set to the same smtp server account as the currently selected outlook mail account. (code snippet follows at end) the application just does not send e-mail and no exception is...
2
1908
by: =?Utf-8?B?NWV1cm9wZWFuY3Vwcw==?= | last post by:
just picked up a new laptop and want to use my main email account on this machine + my desktop. I use outlook express on the desktop and wondered whether it was possible to view my main email account + contacts and history on both machines? I have been able to create an account using the same mail address on the laptop, but i'm getting some mails on one machine and some (others) on the other machine...totally confused ...can someone...
0
9534
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9366
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9316
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8239
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6793
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4867
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2777
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2211
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.