Hello,
We have an access 2000 database called CRM. Within this is the folowing line of code:
DoCmd.SendObject acReport, stDocName, acFormatRTF, "dc@welhat.com", , , stsubject
On some PCs the sending of the mail works. On others the outlook client prompts with 'A program is trying to send an email' and you can click yes or no. On others it just fails with the following error:
Run-time error '2293':
CRM Database can't send this e-mail message.
From my investigations it all points towards the outlook security update. Now we have an exchange 2003 environment and I have followed MS article for setting up the Outlook Security Settings template in public folders. However it is still failing, albeit sometimes inermittantly on the same PC.
Has anyone come accross this problem before?
Cheers,
Llev
We have an access 2000 database called CRM. Within this is the folowing line of code:
DoCmd.SendObject acReport, stDocName, acFormatRTF, "dc@welhat.com", , , stsubject
On some PCs the sending of the mail works. On others the outlook client prompts with 'A program is trying to send an email' and you can click yes or no. On others it just fails with the following error:
Run-time error '2293':
CRM Database can't send this e-mail message.
From my investigations it all points towards the outlook security update. Now we have an exchange 2003 environment and I have followed MS article for setting up the Outlook Security Settings template in public folders. However it is still failing, albeit sometimes inermittantly on the same PC.
Has anyone come accross this problem before?
Cheers,
Llev