473,396 Members | 2,115 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Mail with Outlook Express possible?

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

Set objOutlook = CreateObject("Outlook.Application")

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 7428
DoCmd.SendObject should work if Outlook Express is set as the default mail client. This
command allows you to programmatically 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.prodi gy.com...
I'm using the CreateObject method to send email from Access.

Set objOutlook = CreateObject("Outlook.Application")

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********************@dreader2.news.tiscali.nl >

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

Set objOutlook = CreateObject("Outlook.Application")

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.tiscal i.nl...
Randy,
I just shortly found class-code specific for OE (thanks Lyle F)
Look at thread starting with MessageID <3f********************@dreader2.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.prodi gy.com...
I'm using the CreateObject method to send email from Access.

Set objOutlook = CreateObject("Outlook.Application")

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.prodi gy.com...
"Arno R" <ar****************@tiscali.nl> wrote in message
news:3f**********************@dreader2.news.tiscal i.nl...
Randy,
I just shortly found class-code specific for OE (thanks Lyle F)
Look at thread starting with MessageID

<3f********************@dreader2.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.prodi gy.com...
I'm using the CreateObject method to send email from Access.

Set objOutlook = CreateObject("Outlook.Application")

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.tiscal i.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
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:...
2
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...
3
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...
3
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...
42
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
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...
11
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...
1
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...
2
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.