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???
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???