Outlook Email Font

Z

Zanstemic

DoCmd.SendObject acSendNoObject, , , stEmailName, "[email protected]", ,
"Confirmation for Account Number" & [cboAccountNumber], stConfText
End If

The above code is working well for a confirmation email that auto launches
into Outlook where the body copy is populated in the email by stConfText.

My question is how can I have the email in an HTML format rather than plain
text?

Currently the email launches in Outlook as a plain text email and does not
give me the ability to control font or allow Word to do spell checking.

Any suggestions are appreciated
 
Top