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!
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!