Access Email - runtime error 2293

A

Anonymity25

Hi all,

I recently upgraded to Access 2003. Prior to the upgrade the following
code worked fine:

DoCmd.SendObject acSendNoObject, , , varEmail, , "(e-mail address removed)", _
"Declaration", strMessage, blnEditEmail

where blnEditEmail received its value based on a checkbox on a form
depending on whether the user wanted to edit the email or not.

Since the 'upgrade', the code works only when blnEditEmail = FALSE.
When it = TRUE i get:

1. A msgbox --> Title: 'Windows Messaging', Text: 'The action could not
be completed'.
2. The MS VB debug window saying: "Run-time error '2293': Microsoft
Office Access can't send this e-mail message."

Does anybody have any ideas?? Thanks in advance.
 
D

David Lloyd

The following KB article deals with the error message you are receiving. I
don't have enough information to know whether this is the source of your
issue, however, I thought I would pass it along.

http://support.microsoft.com/default.aspx?scid=kb;en-us;884998

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


Hi all,

I recently upgraded to Access 2003. Prior to the upgrade the following
code worked fine:

DoCmd.SendObject acSendNoObject, , , varEmail, , "(e-mail address removed)", _
"Declaration", strMessage, blnEditEmail

where blnEditEmail received its value based on a checkbox on a form
depending on whether the user wanted to edit the email or not.

Since the 'upgrade', the code works only when blnEditEmail = FALSE.
When it = TRUE i get:

1. A msgbox --> Title: 'Windows Messaging', Text: 'The action could not
be completed'.
2. The MS VB debug window saying: "Run-time error '2293': Microsoft
Office Access can't send this e-mail message."

Does anybody have any ideas?? Thanks in advance.
 
A

Anonymity25

Thanks for the quick response David. I've seen and read that KB
article. Unfortunately it applies to when you set Edit Message = False.
It also seems to apply only for Outlook. My proc. works fine when
=FALSE, just not when =TRUE. Both worked fine before the upgrade to
Office 2003...

I am also using Groupwise as my email program.

Any other ideas? Anybody?

TIA
 
A

Anonymity25

Is anybody else out there with some insight? Should I post this
question in another group?
 

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