I get the prompt from Outlook Express when trying to send an e-mail
using DoCmd.SendObjec t 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.sendobjec t command and then resetting it
afterwords?
Any help is appreciated.
lq
using DoCmd.SendObjec t 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.sendobjec t command and then resetting it
afterwords?
Any help is appreciated.
lq
Comment