
e-mail by outlook express from Access
Hello Bono -
Sorry, you cannot programmatically create anything other than
plain-text messages using SendObject and Outlook Express as your
default mail client.
Technical details:
- Access' SendObject macro action calls MAPISendDocuments API (Simple
MAPI), which only supports plain text messages and attachments.
- Outlook Express itself has no way to programmatically send mail.
Depending on your environment and programming expertise, these are the
available libraries you can use for sending messages from a client
machine:
- CDO 1.21
- CDO for Windows 2000
- Outlook object model
--
Chad McCaffery
Microsoft Developer Support
NOTE: Please remove the 'online' from my alias if you wish to
correspond with me directly.
====================
| Hi,
|
| I'm using Access2002 and Outlook Express5.0
|
| I'm now using DoCmd.SendObject to send mail to customers but it's
limited
| to use plain text only.
|
| Can someone teach me how to send mail with picture (but I don't want
to send
| as an attachment or using Outlook)?
|
| Tks.
| Bono
|
|