View Full Version : email problem


gemma-the-husky
01-22-2008, 01:20 AM
with access97, trying to send an email, which is working fine, but is not sending certain graphical objects

text is sending, but not straight line borders, and a graphical image on the report

is this a 97 problem, or something else

any ideas?


i have now tried this in A2003, with the same result. Is this a general thing. does emailing from Access NOT send the email as formatted.


Please help if anyone knows the answer

Moniker
01-22-2008, 08:25 AM
You can't use a SendObject to send formatted email from Access. You have to connect to the Outlook object, whereby you can get full control of the formatting, images, etc. It's the same way you connect to any other application object. There are a lot of examples on this forum showing how to connect to Outlook properly through Access.