I am running Outlook 2003 attached to Exchange 2003. The problem I have is utilizing Access with VBA code to send e-mails to addresses based on what is in our databases.
I loop through the code creating the e-mails and then do a .send.
On one machine I get a message that says:"This action can not be completed because the inbox is not responding. Choose switch to activate inbox"
If I choose 'switch' the email is created properly in the outbox. The problem is I am already using 'ClickYes' to take care of the security response for Outlook. I do not need another response to send these out. The average send is 57 emails.
This program works fine on my machine and on another in the department that I tested it on.
A quicky solution on the bad machine, was to close out Outlook and then it all worked properly. It was not necessary to close Outlook on the other 2 machines.
Any thoughts???
Thanks for your time and insights.
I loop through the code creating the e-mails and then do a .send.
On one machine I get a message that says:"This action can not be completed because the inbox is not responding. Choose switch to activate inbox"
If I choose 'switch' the email is created properly in the outbox. The problem is I am already using 'ClickYes' to take care of the security response for Outlook. I do not need another response to send these out. The average send is 57 emails.
This program works fine on my machine and on another in the department that I tested it on.
A quicky solution on the bad machine, was to close out Outlook and then it all worked properly. It was not necessary to close Outlook on the other 2 machines.
Any thoughts???
Thanks for your time and insights.