I have Access applications which send out hundreds of e-mails each day. My company's restrictions have made the following rules:
1) We cannot modify our Outlook security to stop the "A program is trying to send e-mail on your behalf" message.
2) We cannot use Redemption
3) We cannot use Express ClickYes
My goal is to develop an Access module which will use MAPI to send e-mail, but a day's worth of googling has not benefited me. The Outlook.Application object produces the same error as the docmd.sendobject command. I know VB has a MAPI object which makes this simple, but Access 2002 VBA does not.
Can anyone give me a starting point? My goal is just to make a generic MAPI module which can then be imported into dozens of databases to provide an easy alternative for us to send e-mails.
Thanks for any help!
1) We cannot modify our Outlook security to stop the "A program is trying to send e-mail on your behalf" message.
2) We cannot use Redemption
3) We cannot use Express ClickYes
My goal is to develop an Access module which will use MAPI to send e-mail, but a day's worth of googling has not benefited me. The Outlook.Application object produces the same error as the docmd.sendobject command. I know VB has a MAPI object which makes this simple, but Access 2002 VBA does not.
Can anyone give me a starting point? My goal is just to make a generic MAPI module which can then be imported into dozens of databases to provide an easy alternative for us to send e-mails.
Thanks for any help!