Hello,
I want to send an order via email using the following code:
DoCmd.SendObject acSendNoObject, , , "info@sosol.nl", , , "Onderwerp", strMessage, False
This works fine.
But I want an image as background for the mail.
What do i have to put in the templatefile?
Just the path to the .jpg file?