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

DoCmd,SendObject and OE E-mail prompt

I get the prompt from Outlook Express when trying to send an e-mail
using DoCmd.SendObject in MS Access2000:

"A program is attempting to send the following e-mail message on your
behalf:"
To: <blank>
Subject: The subject
Would you like to send the message?
SEND DO NOT SEND

I know I can turn this off on my machine by going to:
Tools/Option/Security in Outlook Express and unchecking: "Warn me when
other applications try to send mail"

But can I turn this off using an API call through VBA to disable this
before sending my docmd.sendobject command and then resetting it
afterwords?

Any help is appreciated.
lq
Nov 12 '05 #1
3 7811
"Lauren Quantrell" <la*************@hotmail.com> wrote in message
news:47**************************@posting.google.c om...
I get the prompt from Outlook Express when trying to send an e-mail
using DoCmd.SendObject in MS Access2000:

"A program is attempting to send the following e-mail message on your
behalf:"
To: <blank>
Subject: The subject
Would you like to send the message?
SEND DO NOT SEND

I know I can turn this off on my machine by going to:
Tools/Option/Security in Outlook Express and unchecking: "Warn me when
other applications try to send mail"

But can I turn this off using an API call through VBA to disable this
before sending my docmd.sendobject command and then resetting it
afterwords?


If *your* program can turn it off, then a malicious virus program would be able
to turn it off. That would make it a pretty useless feature don't you think?
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #2
http://www.dimastr.com/redemption/

We use it in production environments.
Nov 12 '05 #3
http://www.woodyswatch.com/access/archtemplate.asp?5-13

tim

"Lauren Quantrell" <la*************@hotmail.com> wrote in message
news:47**************************@posting.google.c om...
I get the prompt from Outlook Express when trying to send an e-mail
using DoCmd.SendObject in MS Access2000:

"A program is attempting to send the following e-mail message on your
behalf:"
To: <blank>
Subject: The subject
Would you like to send the message?
SEND DO NOT SEND

I know I can turn this off on my machine by going to:
Tools/Option/Security in Outlook Express and unchecking: "Warn me when
other applications try to send mail"

But can I turn this off using an API call through VBA to disable this
before sending my docmd.sendobject command and then resetting it
afterwords?

Any help is appreciated.
lq

Nov 12 '05 #4

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

Similar topics

7
by: Jay Bienvenu | last post by:
I am trying to execute a DoCmd.SendObject command to produce an email message from Access 2000. The command produces the email message, but the To:, CC: and BCC: fields are blank. The subject field...
1
by: Alfred | last post by:
Hi I am using access 2002 1.0 I want to email a word or html file using the docmd.sendobject The document must be send as a attachment. 2.0 Second I would like to tell the Docmd.Sendobject to...
5
by: Tom Louchbaum | last post by:
When I preview my Access 2000 Report it looks fine. When I Email the report using DoCmd.SendObject acSendReport, "Report", acFormatRTF, "To Address", , , "Subject", , False the resulting...
1
by: Lauren Quantrell | last post by:
This works in my Access2000 MDB but not in the MDE created from the same file (on the same workstation): DoCmd.SendObject acSendReport, "myReportName", acFormatRTF, "someone@somewhere.com", , ,...
0
by: TR | last post by:
Hi, Just noticed something unusual. If I use Docmd.SendObject in Access 97, access will open up Lotus Notes to send the email. here is the code: DoCmd.SendObject , , , "SomeBody@Somewhere.com",...
1
by: jerry.ranch | last post by:
I collect information from my clients with an xls file I import the xls data into my access table. I don't have them put info directly into Access, because, despite the drop downs I have for...
4
by: dszmauz | last post by:
I'd like to send a report to a distribution of email addresses. The distribution list is stored in Email.. How do I use the DoCmd.SendObject to send to a list? The command below isn't working:...
1
by: bgreer5050 | last post by:
I am using Access 2000 and need a little help writing the code the proper way to do the following: I have a form with the following fields: "Requestor" and "RequestorEmailAddress" I have a...
5
by: neosam | last post by:
Hey all, I am not able to integrate these 2 actions in one command. What i am doing is... A button which sends a report with only specific data to a particular person (via outlook). I am able to...
2
iBasho
by: iBasho | last post by:
Hi, I am trying to set up a notification email that would come to my email everytime users click on a command button in a form. I am using the DoCmd.SendObject command without actually sending any...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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,...
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...

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.