acFormatHTML question

E

Eugene

Greetings,

When using sendobject I have the following code.....

DoCmd.SendObject acSendNoObject, , acFormatHTML, SendTo, , , MySubject,
MyMessage, True


Unfortunatly, when the Outlook email message comes up it is in "Plain Text"
mode.
Is there anyway to force the message to HTML?

Thanks

Eugene
 
Top