Docmd.sendobject for sending emails

Hunter666

Registered User.
Local time
Today, 14:01
Joined
Mar 28, 2002
Messages
20
Im using the following command to send emails from AccessXP through OutlookXP.
My problem is that i cant get the email to open in outlook as a HTML format email.
Even though i tell it the format is acFormatHTML it takes no notice and opens it in plain text.
the command line is....

DoCmd.SendObject , , acFormatHTML, strAddress, , , strSubect, strMessage

Can anyone shed some light for me???
 

Users who are viewing this thread

Back
Top Bottom