Problem Sending Email from Access

T

Theresa

We're using Office 2007 and Exchange 2003.

I'm trying to send an email from an Access 2007 module. I'm getting the
error message:

Run-time error 2293
Microsoft Office Access can't send this e-mail message.

(I'm using the following code:
DoCmd.SendObject , , , "(e-mail address removed)", , , "Test", "Test", True)

I realize that from what I've read, this is an Outlook security issue. If I
change the EditMessage value to False, I'm prompted to Allow or Deny the
message to be sent, and then the message goes.

How can I modify Outlook security in a way that will enable me to send
emails via Access without prompting the user? I have not been able to find
any articles that tell me specifically what to do to get around this issue.

Thank you!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top