Question : Email from Access without using a Reference to the Outlook library

Currently, I create HTML email from within Access by using the Outlook.Application object and setting the Outlook 12.0 Object Libary as a Reference. This works properly. The database is programmed on a computer with Outlook 2007 and is used on other computers, some of which use Outlook 2003 and some Outlook 2007. In order for it to run on the Outlook 2003 computers, the Reference must be changed to Outlook 11.0 Object Library.

I would like to avoid changing the Reference, so that the database would open without error. Is there a means of creating email without using the Outlook Object Library.

Any ideas? Thanks.

Answer : Email from Access without using a Reference to the Outlook library

You know, I've never had a need so I have never tried.  When automating Outlook you can do
objMsg.Display

but I don't know if that is valid with CDO - I don't think it is.  I (or you) can test.
OM Gang
Random Solutions  
 
programming4us programming4us