473,394 Members | 1,878 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,394 software developers and data experts.

Using CDO Mail with 2K or 2k3

I'm updating an app currently in Access 2000, which uses Outlook 2000
(sr1a) to send emails behind the scenes. Several issues have come up
since I've started work on this.

This office is moving to Office 2003, and the annoying security
prompts for Outlook automation are not wanted by the customer.

So, I started looking at CDO mail. Lots of stuff there, but nothing
works - in Access 2000. (Known bug, alternative is to use outlook
automation, resulting in popups to let it run)

Several questions - is it worth it to move completely to access 2003
and use CDO, where the bug will disappear? ONly about ten users will
have this access app.

Is anyone using CDO successfully in Access 2000 or Access 2003, and
would like to give me pointers?

Is there a way to make the security popups in Outlook 2003 not appear
(undocumented features)?
I'd love comments and feedback - I'm really not sure which road to
head down, and the customer wants this deployed next Friday.
Thanks in advance,

Leah
Nov 13 '05 #1
3 1928
I have used CDO without problems in Access 97 and 2002. On Windows NT
and XP I have avoided the security popups by restoring CDO 1.21
instead of using CDO 1.21s (the 's' denotes the security update) that
is installed by Outlook or a Windows update. To me, this is a
temporary solution until I have time to investigate but it has worked
without problems.. Just save your current cdo.dll and replace it with
the older version to give it a try. I am using cdo.dll with file
version 5.5.2448.0 which came from an Windows NT system running Office
97. HTH

Rick Collard
www.msc-lims.com
On 27 May 2004 10:46:42 -0700, le**@kaplooey.com (Leah) wrote:
I'm updating an app currently in Access 2000, which uses Outlook 2000
(sr1a) to send emails behind the scenes. Several issues have come up
since I've started work on this.

This office is moving to Office 2003, and the annoying security
prompts for Outlook automation are not wanted by the customer.

So, I started looking at CDO mail. Lots of stuff there, but nothing
works - in Access 2000. (Known bug, alternative is to use outlook
automation, resulting in popups to let it run)

Several questions - is it worth it to move completely to access 2003
and use CDO, where the bug will disappear? ONly about ten users will
have this access app.

Is anyone using CDO successfully in Access 2000 or Access 2003, and
would like to give me pointers?

Is there a way to make the security popups in Outlook 2003 not appear
(undocumented features)?
I'd love comments and feedback - I'm really not sure which road to
head down, and the customer wants this deployed next Friday.
Thanks in advance,

Leah


Nov 13 '05 #2
Leah wrote:
I'm updating an app currently in Access 2000, which uses Outlook 2000
(sr1a) to send emails behind the scenes. Several issues have come up
since I've started work on this.

This office is moving to Office 2003, and the annoying security
prompts for Outlook automation are not wanted by the customer.

So, I started looking at CDO mail. Lots of stuff there, but nothing
works - in Access 2000. (Known bug, alternative is to use outlook
automation, resulting in popups to let it run)

Several questions - is it worth it to move completely to access 2003
and use CDO, where the bug will disappear? ONly about ten users will
have this access app.

Is anyone using CDO successfully in Access 2000 or Access 2003, and
would like to give me pointers?

Is there a way to make the security popups in Outlook 2003 not appear
(undocumented features)?
I'd love comments and feedback - I'm really not sure which road to
head down, and the customer wants this deployed next Friday.
Thanks in advance,

Leah


Well, this may result in Bronx Cheers from others, but you can use
SendKeys. Ex:
SendKeys "{Enter}"

The caveat with Sendkeys is that while the process is running, someone
may quickly open up the Explorer, select a bunch of files, right click
and select Delete, and while sitting there pondering if they should
delete the files or not Sendkeys fires and answers the question for them.

If this is near instantaneous, I wouldn't worry. Let the boss know you
are using a kludge to fix a problem and if people want to open up and
work on other applications while the e-mails are being sent they may
experience problems.

Nov 13 '05 #3
le**@kaplooey.com (Leah) wrote:
Is there a way to make the security popups in Outlook 2003 not appear
(undocumented features)?


See the Outlook page at the Access Email FAQ at my website.
http://www.granite.ab.ca/access/email/outlook.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #4

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

Similar topics

7
by: PeterR | last post by:
I've spent weeks trying to write a function that is simple to use for sending emails with attachments, but I my programming skills are not that advanced. I've noticed a few postings in these...
1
by: Irmen de Jong | last post by:
Hi I'm trying to create e-mail content using the email.MIMEText module. It basically works, until I tried to send mail in non-ascii format. What I did, to test both iso-8859-15 and UTF-8...
1
by: Eric Sheu | last post by:
Greetings, I have been searching the web like mad for a solution to my SMTP problem. I am using Windows Server 2003 and ASP.NET 2.0 w/ C# to send out e-mails from a web site I have created to...
2
by: Ryan | last post by:
Hi, I receive an access denied error (see below) when attempting to send an email with BodyFormat=MailFormat.Html from an asp.net page. Exactly the same code works fine in a console...
2
by: Brad | last post by:
I have a web .Net app which sends emails with attachments. After the email is sent I clean up aftermyself and delete the attachments from disk. In upgrading to .Net 2 I changed the email logic...
2
by: Abhi | last post by:
i need to create a user in web mail using dotnet coad by using webmailserver api ex: xxx is my webmail then i want to create to a user in that webmail xxx ex: yyy@xxx.com how i should do in...
1
by: Prasanta | last post by:
Hello, How to read a mail from the mail server as formatted. I am able to read the mail as row HTML, is there any class, or something method using that i can easily get the all info of that...
4
by: =?Utf-8?B?dHBhcmtzNjk=?= | last post by:
I have a web page that at the click of a button must send a bunch (1000+) emails. Each email is sent individually. I have the code working fine, using Mail Message classes and smtp and all that. ...
4
by: Ron | last post by:
I have this code on one of my forms, the code takes whatever is in textboxes and adds it to a MS Access Database. It then shows a message that the operation was completed. Is there a universal...
4
Frinavale
by: Frinavale | last post by:
Introduction Many .NET applications will require an email be sent out for various reasons. This article will give a quick examples on how to send an email using VB.NET. The examples given can...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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...
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...

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.