RYankowitz
Programmer
- Jun 13, 2000
- 27
I've recently run into a problem with using SendObject to email Access data. A client who has been using my system on 1/2 dozen networked machines recently found that three of the machines no longer successfully complete the email process. The SendObject method appears to proceed, but Outlook does not recieve (or send) the message.
A search of the Microsoft Knowledge Base came up with this article: Q260819 - ACC2000: SendObject Method Fails in Access 2000.
To summarize:
SYMPTOMS
The SendObject method silently fails. That is, the message is not sent, and you do not receive any error message or notification that the message was not sent.
CAUSE
There are too many characters in the message. This behavior has been documented with messages that contain between 98 and 2268 characters.
Article Q161088 - Using Automation to Send a Microsoft Outlook Message offers a workaround, but it is limited in that the client must use Outlook as his email application.
Here are my questions (finally!):
1. Has anyone had any experience with this bug?
2. Since the program has been working on several systems for many months, I am assuming the bug is triggered by some specific configuration. Microsoft appears not to have a handle on it. Does anyone else?
3. Is there a better way to set up email functionality which will be independent of the mail application?
A search of the Microsoft Knowledge Base came up with this article: Q260819 - ACC2000: SendObject Method Fails in Access 2000.
To summarize:
SYMPTOMS
The SendObject method silently fails. That is, the message is not sent, and you do not receive any error message or notification that the message was not sent.
CAUSE
There are too many characters in the message. This behavior has been documented with messages that contain between 98 and 2268 characters.
Article Q161088 - Using Automation to Send a Microsoft Outlook Message offers a workaround, but it is limited in that the client must use Outlook as his email application.
Here are my questions (finally!):
1. Has anyone had any experience with this bug?
2. Since the program has been working on several systems for many months, I am assuming the bug is triggered by some specific configuration. Microsoft appears not to have a handle on it. Does anyone else?
3. Is there a better way to set up email functionality which will be independent of the mail application?